Remove a conversation from your account's default service
A Conversation resource represents an omnichannel group conversation with an ordered list of messages and a participant roster.
Remove a conversation 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
-
A 34 character string that uniquely identifies this resource. Can also be the
unique_name
of the Conversation.
DELETE /v1/Conversations/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Conversations/{Sid} \
--user "username:password" \
-H "X-Twilio-Webhook-Enabled: true"