Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName)
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/delete \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "AAAAAAAAAAAAAAAAA",
"contacts": null
}'
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/delete \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "AAAAAAAAAAAAAAAAA",
"contacts": null
}'
Apikey
O nome da sessão (instanceName)