DELETE /api/v1/forward/channel_pairings/{pairing_id}
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pairing_id | string | Yes | Pairing ID returned by the Pair endpoint. |
Example request
Example response
HTTP 200 OK
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Pairing ID. |
deleted | boolean | true when successfully unpaired. |
Error codes
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT is invalid or expired. |
Notes
- Returns
deleted=trueeven if the Pairing does not exist or was already removed. - After unpairing, the next message in that conversation scope will trigger a new Pairing Code.