# Delete invite **DELETE /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}** Pending invitations to users to become channel members ## Servers - https://chat.twilio.com: https://chat.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from. - **ChannelSid** (string) The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. - **Sid** (string) The SID of the Invite resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)