Skip to main content
DELETE
/
api
/
workspaces
/
{id}
Delete a workspace.
curl --request DELETE \
  --url https://api.rigbox.dev/api/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}
This is irreversible. All apps, snapshots, and data in the workspace will be destroyed.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Workspace ID

Response

Workspace deleted

Generic success envelope — used across all domains.

message
string
required