Skip to main content
POST
/
api
/
bots
/
delete
Delete a bot
curl --request POST \
  --url http://localhost:8080/api/bots/delete \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

API key with bmx_ prefix. Obtain via /api/auth/api-keys.

Query Parameters

id
integer
required

Bot ID to delete

Response

Bot deleted

ok
boolean
Example:

true