deleteCarePlan
Destroy a Care Plan
Arguments
input
· deleteCarePlanInput · Parameters for deleteCarePlan Returns
deleteCarePlanPayload Example
mutation deleteCarePlan($input: deleteCarePlanInput) { deleteCarePlan(input: $input) { carePlan messages }}