---
title: "Discards a change from a change request by change id"
method: DELETE
path: "/api/admin/projects/{projectId}/change-requests/{changeRequestId}/changes/{changeId}"
tags: ["Change Requests"]
---

# Discards a change from a change request by change id

`DELETE /api/admin/projects/{projectId}/change-requests/{changeRequestId}/changes/{changeId}`

**Enterprise feature**

This endpoint will discard one change from a change request if it matches the provided id.

## Path parameters

- `projectId` string, required
- `changeRequestId` string, required
- `changeId` string, required

## Response `200`

This response has no body.

---

[API](https://skmtc.dev/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.dev/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
