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
{
"data": {
"success": true,
"message": "Note has been deleted successfully."
}
}