DELETE
/
v1
/
contacts
/
{contactID}
/
notes
/
{noteID}
Delete a contact note
curl --request DELETE \
  --url https://api.wazapin.com/v1/contacts/{contactID}/notes/{noteID} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "error": "<string>",
  "details": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

contactID
string
required

Contact ID

noteID
string
required

Note ID

Response

No Content