Skip to main content
DELETE
/
api
/
v1
/
workspaces
/
{id}
cURL
curl --request DELETE \
  --url https://api.rigbox.dev/api/v1/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

force
boolean

Force delete when allowed

Response

200 - application/json

Workspace deletion queued

Generic success envelope - used across all domains.

message
string
required