action vatapi_invoice_delete { label: "Delete an invoice" provider: vatapi method: DELETE path: "/invoice/{id}" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }