cURL
curl --request DELETE \ --url https://api.crunchz.app/api/send-message/delete \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "status": "<string>", "type": "<string>", "timestamp": "<string>" } }
Remove a specific message from a WhatsApp conversation for content moderation, error correction, or conversation cleanup.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Message ID.
DeleteMessageResource
The success status of response.
The message of response.
Show child attributes
Was this page helpful?