Skip to content

Delete a workspace

DELETE
/api/workspaces/{workspaceId}

Permanently deletes a workspace. This is not reversible.

workspaceId
required
string format: uuid

The unique identifier of the workspace to delete.

The workspace was deleted.

Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).

object
ok
required

Always true on success.

boolean
Example
true

No workspace exists with the given ID in the authenticated tenant.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found