Awell Health Developer Hub
Developer Hub

Request

Mutation

  • graphql
01mutation DeletePatient($input: DeletePatientInput!) {
02 deletePatient(input: $input) {
03 success
04 }
05}

Variables

  • json
01{
02 "input": {
03 "patient_id": "{{PATIENT_ID}}"
04 }
05}

How to use