{
"chatId": "120363043968066561@g.us",
"idMessage": "BAE5F4886F6F2D05",
"onlySenderDelete": false
}
curl --location -g --request POST 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/deleteMessage/<Your apiTokenInstance from your Green API account>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "120363043968066561@g.us",
"idMessage": "BAE5F4886F6F2D05",
"onlySenderDelete": false
}'
//The response body is empty. If successful, the server response is 200.