Beta
Delete insurance refund
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_id
Headers
Authorization
OAuth authentication of the form <token>.
Errors
403
Unauthorized Error
404
Entity Not Found Error
422
Unprocessable Entity Error