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

  • ConversationSid string Required

    The unique ID of the Conversation for this webhook.

  • Sid string Required

    A 34 character string that uniquely identifies this resource.

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"