Skip to content

deleteCareAlert

Soft-deletes a Care Alert

Arguments

input · DeleteCareAlertInput! · required · Parameters for DeleteCareAlert

Returns

DeleteCareAlertPayload

Example

mutation deleteCareAlert($input: DeleteCareAlertInput!) {
deleteCareAlert(input: $input) {
care_alert
messages
}
}