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

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