Provider
Delete provider by ID
Deletes the provider with the specified ID.
delete/providers/{id}
Path parameters
idstring required
The ID of the provider to delete.
Response
A confirmation of the deletion.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "sip",
"hostname": "sip.provider.example.com",
"tech_prefix": "9",
"tech_postfix": "#",
"tech_headers": {
"X-Custom-Header": "value1"
},
"metadata": {
"telnyx_profile_id": "2944757397136082899",
"telnyx_connection_id": "2944757397198982899",
"telnyx_ip_ids": [
"2944757397261882899"
]
},
"name": "Twilio SIP Provider",
"detail": "Primary outbound SIP provider",
"codecs": "PCMU,PCMA",
"health_status": "healthy",
"health_checked_at": "2026-04-20T10:00:00.000000Z",
"tm_create": "2026-01-15T09:30:00.000000Z",
"tm_update": "2026-01-16T14:20:00.000000Z",
"tm_delete": "2026-01-17T18:45:00.000000Z"
}