Delete an invoice
DELETE/api/invoices/{id}
Required permissions:
- invoices.delete: required to delete invoices for projects where the user is PM or Account.
- invoices.delete_other: required to delete invoices for projects where the user is not PM or Account.
- invoices.edit_sent: required to delete sent/paid invoices.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Invoice successfully deleted.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed