await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });
/*
// void
*/
{
"ok": true
}Spaces
Delete a Space
Deletes a space.
POST
/
spaces
/
delete
await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });
/*
// void
*/
{
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the space that you want to delete.
Response
OK

