Skip to main content
DELETE
/
workspaces
/
{workspaceId}
Delete workspace
curl --request DELETE \
  --url http://localhost:4100/api/v1/workspaces/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Your Postbreeze API key

Path Parameters

workspaceId
string
required

Prefixed cuid of the workspace to delete.

Example:

"ws_01HZX5T2K9Q3RB6N6JZP3RYV0M"

Response

The deleted workspace id.

id
string

The deleted workspace id.