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
Status of deletion
Indicates if the message is starred or not
The timestamp when it sent.
Was this page helpful?