API Reference
REST API endpoints
cURL
curl --request POST \ --url http://localhost:8080/api/bots/delete \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Removes a bot and all associated data. Admin only.
API key with bmx_ prefix. Obtain via /api/auth/api-keys.
bmx_
/api/auth/api-keys
Bot ID to delete
Bot deleted
true
Was this page helpful?