v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
External Connections

Deletes an External Connection

Permanently deletes an External Connection. Deletion may be prevented if the application is in use by phone numbers, is active, or if it is an Operator Connect connection. To remove an Operator Connect integration please contact Telnyx support.

delete/external_connections/{id}

Path parameters

idstring required
Example:1293384261075731499

Identifies the resource.

Response

Successful response

Example response

{
  "data": {
    "active": false,
    "created_at": "2022-06-29T19:23:59Z",
    "credential_active": false,
    "external_sip_connection": "zoom",
    "id": "1930241863466354012",
    "outbound": {
      "outbound_voice_profile_id": "1911630617284445511"
    },
    "record_type": "external_connection",
    "updated_at": "2022-06-29T19:39:47Z"
  }
}