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
DELETE
/v1/Users/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Users/{Sid} \
--user "username:password" \
-H "X-Twilio-Webhook-Enabled: true"