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

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
Was this page helpful?
Previous

Medication Dispense Create

Next
Built with
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.
Delete insurance refund

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

insurance_refund_idUUIDRequired

Errors

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.