# Remove a conversation user from your service **DELETE /v1/Services/{ChatServiceSid}/Users/{Sid}** Remove a conversation user from your service A Service User resource represents a conversation user belonging to a specific conversation service. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **X-Twilio-Webhook-Enabled** (string) The X-Twilio-Webhook-Enabled HTTP request header ### Path parameters - **ChatServiceSid** (string) The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from. - **Sid** (string) The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)