Skip to content

deleteManualInsurancePayment

Delete a manual insurance payment (soft delete)

Arguments

input · deleteManualInsurancePaymentInput · Parameters for deleteManualInsurancePayment

Returns

deleteManualInsurancePaymentPayload

Example

mutation deleteManualInsurancePayment(
$input: deleteManualInsurancePaymentInput
) {
deleteManualInsurancePayment(input: $input) {
insurance_payment
messages
}
}