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