Remove an existing webhook scoped to the conversation

DELETE /v1/Conversations/{ConversationSid}/Webhooks/{Sid}

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Conversations/{ConversationSid}/Webhooks/{Sid}
curl \
 -X DELETE https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Webhooks/{Sid} \
 --user "username:password"