action envoice_post_api_invoice_deletecategory { label: "Delete an existing invoice category" provider: envoice method: POST path: "/api/invoice/deletecategory" encoding: form input: { type: "object" properties: { Id: { type: "integer" format: "int32" } "x-auth-key": { type: "string" } "x-auth-secret": { type: "string" } } required: ["x-auth-key", "x-auth-secret"] additionalProperties: false } output: { type: "integer" format: "int32" } }