{
"chatId": "120363043968066561@g.us",
"idMessage": "BAE5F4886F6F2D05",
"onlySenderDelete": false
}
curl --location -g --request POST '/waInstance{{idInstance}}/deleteMessage/{{apiTokenInstance}}' \
--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.