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