# Remove a push notification binding from the conversation service **DELETE /v1/Services/{ChatServiceSid}/Bindings/{Sid}** Remove a push notification binding from the conversation service A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from. - **Sid** (string) The SID of the Binding resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)