Awell Health Developer Hub
Developer Hub

Request

Mutation

  • graphql
01mutation DeletePathway($input: DeletePathwayInput!) {
02 deletePathway(input: $input) {
03 success
04 }
05}

Variables

  • json
01{
02 "input": {
03 "pathway_id": "{{PATHWAY_ID}}"
04 }
05}