Delete Customer Notes

delete/customers/{customer_uid}/note/{note_uid}

Path parameters

customer_uidstring required
note_uidstring required

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Note Deleted successfully"
}

Changes