Client Notes
Delete a Client Note
Deletes a note belonging to the given client.
delete/v2/clients/{clientId}/notes/{noteId}
Path parameters
clientIdstring required
Example:CL-OvmDp2yvv1yqMwRl
The client ID (prefix CL-).
noteIdstring required
Example:CLN-211d1676f4b90c40
The client note ID (prefix CLN-).
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Response
The client note was deleted.