Remove a conversation from your service
A Service Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.
Remove a conversation from your service
Path parameters
-
The SID of the Conversation Service the Conversation resource is associated with.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^IS[0-9a-fA-F]{32}$
. -
A 34 character string that uniquely identifies this resource. Can also be the
unique_name
of the Conversation.
DELETE
/v1/Services/{ChatServiceSid}/Conversations/{Sid}
curl \
--request DELETE 'https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Conversations/{Sid}' \
--user "username:password" \
--header "X-Twilio-Webhook-Enabled: true"