delete_invoice
ActiveTool of FavCRM
declared in 1.0.0
Delete a DRAFT invoice. Only invoices that have never been sent can be deleted; otherwise use void_invoice.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"invoiceId"
],
"properties": {
"invoiceId": {
"type": "string",
"description": "Invoice ID to delete"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries