Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
Contact Sales
LogoLogo
API ReferenceInsurance RefundsV1

Delete insurance refund

Beta
DELETE
/api/insurance-refunds/v1/:insurance_refund_id
DELETE
/api/insurance-refunds/v1/:insurance_refund_id
1curl -X DELETE https://api.joincandidhealth.com/api/insurance-refunds/v1/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32 \
2 -H "Authorization: Bearer <token>"
Try it
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.
Was this page helpful?
Previous

Medication Dispense Create

Next
Built with
Medication Dispense Create

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Path parameters

insurance_refund_idUUIDRequired

Errors

OAuth authentication of the form <token>.

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.