Show Developer Menu

DELETE /contacts/{email}/notes/{id}

Issuing a DELETE call to this endpoint will delete a note with the given id from the contact.

Example Request
    curl 'https://{brand}.reamaze.io/api/v1/contacts/{email}/notes/{id}' \
      -u {login-email}:{api-token} \
      -H 'Accept: application/json' \
      -X DELETE
    
Response

A failed request will return an HTTP 422 Unprocessable Entity with the JSON body explaining the error.

A successful request will return an HTTP 200 OK