Remove a conversation user from your service
A Service User resource represents a conversation user belonging to a specific conversation service.
Remove a conversation user from your service
Path parameters
-
The SID of the Conversation Service to delete the User resource from.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^IS[0-9a-fA-F]{32}$
. -
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/Services/{ChatServiceSid}/Users/{Sid}
curl \
--request DELETE 'https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Users/{Sid}' \
--user "username:password" \
--header "X-Twilio-Webhook-Enabled: true"