Remove a conversation from your service

DELETE /v1/Services/{ChatServiceSid}/Conversations/{Sid}

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

Headers

Path parameters

  • ChatServiceSid string Required

    The SID of the Conversation Service the Conversation resource is associated with.

  • Sid string Required

    A 34 character string that uniquely identifies this resource. Can also be the unique_name of the Conversation.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ChatServiceSid}/Conversations/{Sid}
curl \
 -X DELETE https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Conversations/{Sid} \
 --user "username:password" \
 -H "X-Twilio-Webhook-Enabled: true"