Skip to main content
DELETE
/
api
/
2.0
/
insurance_companies
/
{id}
/
Delete Insurance Company
curl --request DELETE \
  --url https://sandbox.elationemr.com/api/2.0/insurance_companies/{id}/ \
  --header 'Authorization: Bearer <token>'
Migrate all active patient insurances associated with this company to a different company before deleting. Deletion returns a 400 if any active patient insurances are still associated with this insurance company.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

204

No response body