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