Delete a trunk endpoint
trunk_delete_endpointRemove a dispatcher endpoint from a trunk group using its trunk ID and endpoint ID. Requires prior lookup with trunk_list_endpoints.
Instructions
Remove a dispatcher endpoint from an owned trunk and drop it from Kamailio. Use trunk_list_endpoints first to find the endpoint id. Step-up MFA required. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) | |
| endpoint_id | Yes | Endpoint ID (integer, find it with trunk_list_endpoints) |