Skip to main content
DELETE
/
caregaps
/
api
/
{quality_program}
/
caregap
/
{caregap_id}
Delete an existing caregap.
curl --request DELETE \
  --url https://caregaps.sandbox.elationemr.com/caregaps/api/{quality_program}/caregap/{caregap_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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

quality_program
string
required
caregap_id
string
required

Query Parameters

practice_id
string

Response

Successful Response