English
cURL
curl --request POST \ --url https://api.wppfy.com/message/delete \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data ' { "id": "<string>" } '
{ "timestamp": "2023-11-07T05:31:56Z", "id": "<string>" }
Deletes a message for all participants in the conversation.
Technical Notes:
ID of the message to be deleted
Message deleted successfully