# Remove an existing webhook scoped to the conversation **DELETE /v1/Conversations/{ConversationSid}/Webhooks/{Sid}** 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. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ConversationSid** (string) The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. - **Sid** (string) A 34 character string that uniquely identifies this resource. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)