---
title: "Remove delegate(s) from a report"
method: DELETE
path: "/api/2.0/reports/{id}/delegates/"
tags: ["Reports"]
---

# Remove delegate(s) from a report

`DELETE /api/2.0/reports/{id}/delegates/`

Soft-delete one or more delegates for the report. Send a JSON body with `ids`: a list of delegate IDs to remove (e.g. `{"ids": [1, 2]}`). Only non-deleted delegates for this report are removed.

## Path parameters

- `id` integer, required

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

[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/versions/c060f89d4de7/schema)
