Delete a note

Permanently deletes a note. This cannot be undone.

Parameters


No parameters.

Returns


Returns a DELETED status on success. If the note Id used doesn't exist, this call returns with an error.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Campaigns/1000/Notes/123456' \
  -X DELETE \
  -u '<AccountSID>:<AuthToken>'

Example Response


{
  "Status": "DELETED"
}