action izettle_delete_tax_rate { label: "Delete a single tax rate" provider: izettle method: DELETE path: "/v1/taxes/{taxRateUuid}" encoding: json input: { type: "object" properties: { taxRateUuid: { type: "string" format: "uuid" } } required: ["taxRateUuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }