Remove a conversation user from your account's default service

DELETE /v1/Users/{Sid}

A User resource represents a conversation user belonging to a default conversation service.

Remove a conversation user from your account's default service

Headers

Path parameters

  • Sid string Required

    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.

DELETE /v1/Users/{Sid}
curl \
 -X DELETE https://conversations.twilio.com/v1/Users/{Sid} \
 --user "username:password" \
 -H "X-Twilio-Webhook-Enabled: true"