# discard

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/changelog/changelog.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/changelog/changelog.controller.ts#L104)

Discard a draft

## Endpoint

`POST /changelog/:projectId/entries/:entryId/discard`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |
| `entryId` | path | `string` | ✓ |  |

## Referenced By

- `ChangelogController` (MODULE_DECLARES)
