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