Talkr AI
API ReferenceAPI Keys

Archive API Key

Deactivate an API key by ID

Archiving immediately revokes the key. Any request using the key after archiving returns 401. Use Reactivate to restore access.

DELETE
/api/v1/user/api-keys/{api_key_id}

Path Parameters

api_key_id*Api Key Id

Header Parameters

authorization?string|null
X-API-Key?string|null

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/user/api-keys/0"
{}