Delete a Space
Deletes a space.
Deletes a space.
Code
await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });
Output
// void
Request Parameters
space_id
String (Required)
ID of the space that you want to delete.
Response
void
Last updated
Was this helpful?