Skip to main content
POST
/
spaces
/
delete
await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
space_id
string<uuid>
required

ID of the space that you want to delete.

Response

OK

ok
boolean
required