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