cURL
curl --request DELETE \ --url https://api.example.com/conversations/{conversation}/messages/{message}
Soft-deletes a message in the given conversation (marks as deleted, removes reactions, files, and voice data) and broadcasts the deletion to other participants.
Conversation ID
Message ID
Message deleted