Invoice Notes
Delete invoice note
Delete a specific invoice note by ID
delete/invoice-notes/{id}
Path parameters
idinteger required
Invoice note ID
Response
Successful operation
Example response
{
"message": "invoice_note has been deleted."
}Delete a specific invoice note by ID
Invoice note ID
Successful operation
{
"message": "invoice_note has been deleted."
}