Skip to content

deleteInsurancePlan

Delete Insurance Plan

Arguments

input · deleteInsurancePlanInput · Parameters for deleteInsurancePlan

Returns

deleteInsurancePlanPayload

Example

mutation deleteInsurancePlan($input: deleteInsurancePlanInput) {
deleteInsurancePlan(input: $input) {
insurance_plan
messages
}
}