Detach Webhook
Disconnect a webhook from your phone number to stop receiving event notifications for that specific number.
The webhook configuration itself remains intact and available for use with other phone numbers.
Path parameters
phone
The phone number you want to attach the webhook to in E.164 format. Make sure it is url encoded (i.e. replace the leading + with %2B).
Must be a phone number that you own and currently has the specified webhook attached.
webhookId
The unique identifier of the webhook you want to detach from the phone number.
This must be a valid webhook ID that is currently attached to the specified phone number.
Headers
PINNACLE-API-KEY
Response
Successfully detached the webhook.
message
Confirmation message.
webhookId
ID of the detached webhook.
phoneNumber
Phone number the webhook was detached from in E.164 format.