Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/reader-account/reader-account.controller.ts
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)
Was this page helpful?