Remove a message from the conversation
A Message resource represents a message in a conversation.
Remove a message from the conversation
Path parameters
-
The unique ID of the Conversation for this message.
-
A 34 character string that uniquely identifies this resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^IM[0-9a-fA-F]{32}$
.
DELETE
/v1/Conversations/{ConversationSid}/Messages/{Sid}
curl \
--request DELETE 'https://conversations.twilio.com/v1/Conversations/{ConversationSid}/Messages/{Sid}' \
--user "username:password" \
--header "X-Twilio-Webhook-Enabled: true"