Перейти к основному содержанию
POST
/
api
/
routes
/
delete
Delete a route
curl --request POST \
  --url http://localhost:8080/api/routes/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.

Авторизации

Authorization
string
header
обязательно

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

Параметры запроса

id
integer
обязательно

Route ID to delete

Ответ

Route deleted

ok
boolean
Пример:

true