Disconnect a provider credential from a telephony bridge to remove the number
| Name | Type | Required | Description |
|---|---|---|---|
| slug | string | Yes | Unique bridge slug |
slug by hitting the Get All Bridges API. The slug field in the response is your Bridge Slug.| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
| Content-Type | string | Yes | application/json |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Required | Description |
|---|---|---|---|
| phone_number | string | Yes | Phone number (E.164 format) to remove from the bridge |
| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | object | Disconnection result |
| Field | Type | Description |
|---|---|---|
| message | string | Success message |
| bridge_slug | string | The bridge slug the provider disconnected from |
| Status Code | Description |
|---|---|
| 200 | Success - Provider disconnected successfully |
| 400 | Bad Request - Phone number not connected or invalid |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 404 | Not Found - Bridge not found |
| 500 | Internal Server Error - Server-side error |
+1234567890) for the phone_number fieldFormat: Token
Organization domain handle
"unpod"
"sales-bridge"
"+1234567890"
Provider disconnected from bridge