Delete Customer Notes
delete/customers/{customer_uid}/note/{note_uid}
Path parameters
customer_uidstring required
note_uidstring required
Response
200
Example response
{
"type": "success",
"message": "Note Deleted successfully"
}200
{
"type": "success",
"message": "Note Deleted successfully"
}