# Remove a conversation user from your account's default service **DELETE /v1/Users/{Sid}** Remove a conversation user from your account's default service A User resource represents a conversation user belonging to a default 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 - **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)