dograh/docs/api-reference/api-keys/archive.mdx
Sabiha Khan f075bcb623
docs: add developer and api reference tabs (#190)
* docs: add developer and api reference tabs

* fix: remove duplicate image
2026-03-14 16:30:02 +05:30

7 lines
298 B
Text

---
title: "Archive API Key"
description: "Deactivate an API key by ID"
openapi: "DELETE /api/v1/user/api-keys/{api_key_id}"
---
Archiving immediately revokes the key. Any request using the key after archiving returns `401`. Use [Reactivate](/api-reference/api-keys/reactivate) to restore access.