Delete a workspace in an organization
cURL
curl --request DELETE \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
If true, delete the workspace even if it has child workspaces
Workspace deleted
Was this page helpful?