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.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^WH[0-9a-fA-F]{32}$
.
DELETE
/v1/Conversations/{ConversationSid}/Webhooks/{Sid}
curl \
--request DELETE 'https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Webhooks/{Sid}' \
--user "username:password"