Delete a note
Last updated 2 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/crm/note/{{noteId}}
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.
noteId*
integer
ID of the note
Authorization*
string
Bearer {{API_KEY}}
{ "data": { "success": true, "message": "Note has been deleted successfully." } }