---
title: "Deletes an External Connection"
method: DELETE
path: "/external_connections/{id}"
tags: ["External Connections"]
---

# Deletes an External Connection

`DELETE /external_connections/{id}`

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.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `data` ExternalConnection
    - `active` boolean — Specifies whether the connection can be used.
    - `created_at` string — ISO 8601 formatted date indicating when the resource was created.
    - `credential_active` boolean — If the credential associated with this service is active.
    - `external_sip_connection` 'zoom' | 'operator_connect' — The service that will be consuming this connection.
    - `id` string — Uniquely identifies the resource.
    - `inbound` object
      - `channel_limit` integer — When set, this will limit the number of concurrent inbound calls to phone numbers associated with this connection.
    - `outbound` object
      - `channel_limit` integer — When set, this will limit the number of concurrent outbound calls to phone numbers associated with this connection.
      - `outbound_voice_profile_id` string — Identifies the associated outbound voice profile.
    - `record_type` string — Identifies the type of the resource.
    - `tags` string[] — Tags associated with the connection.
    - `updated_at` string — ISO 8601 formatted date indicating when the resource was updated.
    - `webhook_api_version` '1' | '2' — Determines which webhook format will be used, Telnyx API v1 or v2.
    - `webhook_event_failover_url` string, uri, nullable — The failover URL where webhooks related to this connection will be sent if sending to the primary URL fails. Must include a scheme, such as 'https'.
    - `webhook_event_url` string, uri — The URL where webhooks related to this connection will be sent. Must include a scheme, such as 'https'.
    - `webhook_timeout_secs` integer, nullable — Specifies how many seconds to wait before timing out a webhook.

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `422` — Bad request

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
