action sinao_app_documents_sales_invoices_untag { label: "Delete a tag on an invoice" description: "" provider: sinao method: DELETE path: "/apps/{appId}/invoices/{id}/tag" encoding: json input: { type: "object" properties: { id: { type: "integer" } tag: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }