- APIs
- API Reference
- Client Notes
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Delete Client Notes
Deletes client notes

https://api.oauth.pabau.com/{api_key}/clients/notes/delete
Request
Query Parameters: |
|
api_key* |
|
app_version* |
|
client_id* |
Int |
note_id |
Int |
Response sample
application/json
{
"status": true,
"message": "Note deleted successfully"
}