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