GraphQLMutationsImmunizationRecommendationDeleteOn this pageImmunizationRecommendationDelete Delete an existing ImmunizationRecommendation resource. Mutation mutation ImmunizationRecommendationDelete($id: ID!, ) { ImmunizationRecommendationDelete(id: $id, ) { id }} Input id: ID of the resource to delete Return Type Returns the ID of the deleted resource.