Skip to main content

CarePlanDelete

Delete an existing CarePlan resource.

Mutation

mutation CarePlanDelete($id: ID!, ) {
CarePlanDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.