githubEdit

Delete a Space

circle-info

Early Access Preview. The spaces API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]envelope. Expect breaking changes as we refine the design.

Deletes a space.

Deletes a space.

Code:

await seam.spaces.delete({ space_id: "a7cd0163-4e94-41ae-b5b7-da6040a65509" });

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

space_id String (Required)

ID of the space that you want to delete.


Response

circle-check

Last updated

Was this helpful?