action redhat_untag_service_inventory { label: "Untag a ServiceInventory" description: "Untags a ServiceInventory object" provider: redhat method: POST path: "/service_inventories/{id}/untag" encoding: json input: { type: "array" items: { type: "object" properties: { tag: { type: "string" } } additionalProperties: false } } output: { type: "object" additionalProperties: true } }