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