mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
298 B
Text
8 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.
|