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
}

Documentation Index

Fetch the complete documentation index at: https://botmux-dependabot-go-modules-modernc-org-sqlite-1-50-0.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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