Mutations
Keep in mind that this action cannot be undone. Tip: You can also stop a pathway.
graphqlCopy01mutation DeletePathway($input: DeletePathwayInput!) {02 deletePathway(input: $input) {03 success04 }05}
01mutation DeletePathway($input: DeletePathwayInput!) {02 deletePathway(input: $input) {03 success04 }05}
jsonCopy01{02 "input": {03 "pathway_id": "{{PATHWAY_ID}}"04 }05}
01{02 "input": {03 "pathway_id": "{{PATHWAY_ID}}"04 }05}