POST
/
messages
/
delete
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/messages/delete \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "key": {
    "remoteJid": "<string>",
    "fromMe": true,
    "id": "<string>",
    "participant": "<string>"
  }
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response