Remove an existing webhook scoped to the conversation
A Scoped Webhook resource manages a set of callback URLs and their configuration for receiving events specific to one conversation.
Remove an existing webhook scoped to the conversation
Path parameters
-
The unique ID of the Conversation for this webhook.
-
A 34 character string that uniquely identifies this resource.
DELETE /v1/Conversations/{ConversationSid}/Webhooks/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Webhooks/{Sid} \
--user "username:password"