Skip to main content
DELETE
/
api
/
2.0
/
patients
/
{id}
/
insurance_cards
Delete Patients Insurance Card
curl --request DELETE \
  --url https://sandbox.elationemr.com/api/2.0/patients/{id}/insurance_cards/ \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

archive
string

Optional flag to archive the insurance card as a report before deleting

rank
string
required

Primary or secondary insurances (1 or 2)

side
string
required

Insurance card side. Usually front (1) or back (2)

Response

204

No response body