DELETE
/
workspaces
/
{workspace_id}
Delete Workspace
curl --request DELETE \
  --url https://api.wacht.dev/workspaces/{workspace_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

workspace_id
string
required

(i64 formatted as string)

Response

204

Workspace deleted successfully