---
title: "Delete Insurance Card Image"
method: DELETE
path: "/patients/{patient_id}/policies/{policy_id}/card-images/{image_rank}"
tags: ["insurance-cards"]
---

# Delete Insurance Card Image

`DELETE /patients/{patient_id}/policies/{policy_id}/card-images/{image_rank}`

Calling this endpoint twice, once with each image rank, will result in deleting the card entirely.

## Path parameters

- `patient_id` integer, required
- `policy_id` integer, required
- `image_rank` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
