action bigredcloud_sales_invoices_delete { label: "Removes an existing Sales Invoice." provider: bigredcloud method: DELETE path: "/v1/salesInvoices/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } timestamp: { type: "string" } } required: ["id", "timestamp"] additionalProperties: false } output: { type: "object" } }