await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });
/*
// void
*/{}Spaces
Delete a Space
Deletes a space.
DELETE
/
spaces
/
delete
await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });
/*
// void
*/{}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.
Query Parameters
ID of the space that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?