# revokeKey

**Kind:** API Endpoint

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

Revoke a reader API key (scoped to the calling account)

## Endpoint

`DELETE /public/p/:slugWithId/reader/keys/:keyId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `keyId` | path | `string` | ✓ |  |

## Referenced By

- `ReaderAccountController` (MODULE_DECLARES)
