cURL
curl --request DELETE \ --url http://localhost:8080/api/phone-numbers/delete-trunk/{trunkId} \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "success": true, "data": {}, "message": "Trunk deleted" }
Deletes a trunk by ID (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
Unique identifier of the trunk to delete (e.g. Twilio Trunk SID)
"ST_4Xo2mZgQsfyQ"
Trunk deleted successfully
Show child attributes