action wikipathways_get_remove_ontology_tag { label: "get_removeOntologyTag" description: "removeOntologyTag" provider: wikipathways method: GET path: "/removeOntologyTag" encoding: json input: { type: "object" properties: { auth: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } termId: { type: "string" } user: { type: "string" } } required: ["auth", "pwId", "termId", "user"] additionalProperties: false } output: { type: "object" additionalProperties: true } }