Delete Client Notes

Deletes client notes

post-api/clients/notes/delete

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"
}