DELETE /api/chain/:slug/api-keys/:id
| Method | DELETE |
| Path | /api/chain/:slug/api-keys/:id |
| Group | Chain Admin |
| Auth | authenticated session — or Authorization: Bearer zsm_<machine-key> (machine API key) for headless/automation |
| Source | shared/api-core/src/routes/chainAdmin.ts |
Call it
curl -X DELETE https://zeqsdk.com/api/chain/:slug/api-keys/:id \
-H "Authorization: Bearer zsm_<machine-key>"
Call it from an authenticated session, or — for headless/automation — pass a
zsm_machine API key as a Bearer token (as shown above).
Reference
- Group: Chain Admin
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.