Insurance RefundsV1

Delete insurance refund

Beta
DEL

Deletes the insurance refund record matching the provided insurance_refund_id. If the matching record’s organization_id does not match the authenticated user’s current organization_id, then a response code of 403 will be returned.

Path parameters

insurance_refund_idUUIDRequired

Errors

DEL
1curl -X DELETE https://api.joincandidhealth.com/api/insurance-refunds/v1/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32 \
2 -H "Authorization: Bearer <token>"