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
Name
Type
Description
noteId*
integer
ID of the note
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated