DELETE
/
contacts
curl --request DELETE \
  --url https://api.wapikit.com/api/contacts
{
  "data": true
}

Query Parameters

id
string
required

contact id/s to be deleted

Response

200
application/json

OK

The response is of type object.