Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
Seam SDK
await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" }); /* // void */
{ "ok": true }
Deletes a space.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the space that you want to delete.
OK