Remove a conversation user from your account's default service
A User resource represents a conversation user belonging to a default conversation service.
Remove a conversation user from your account's default service
Headers
-
X-Twilio-Webhook-Enabled string
The X-Twilio-Webhook-Enabled HTTP request header
Values are
true
orfalse
.
Path parameters
-
The SID of the User resource to delete. This value can be either the
sid
or theidentity
of the User resource to delete.
DELETE /v1/Users/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Users/{Sid} \
--user "username:password" \
-H "X-Twilio-Webhook-Enabled: true"