Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your workspace ID.
Path Parameters
Workspace ID
Response
Success
The response is of type object.
curl --request DELETE \
  --url https://api.botpress.cloud/v1/admin/workspaces/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-workspace-id: <api-key>'{}Delete workspace
curl --request DELETE \
  --url https://api.botpress.cloud/v1/admin/workspaces/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-workspace-id: <api-key>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your workspace ID.
Workspace ID
Success
The response is of type object.
Was this page helpful?