Delete note

Delete a note

Delete a note

DELETE https://{{account_id}}.acquire.io/api/v1/crm/note/{{noteId}}

Delete a a note. The noteId must be passed in to the endpoint as a path parameter. Warning: The action cannot be undone.

Path Parameters

NameTypeDescription

noteId*

integer

ID of the note

Headers

NameTypeDescription

Authorization*

string

Bearer {{API_KEY}}

{
  "data": {
    "success": true,
    "message": "Note has been deleted successfully."
  }
}

Last updated