ApiKeys
Delete Imported API Key
Permanently deletes an imported key (hard delete). The key is removed from the database. Use AdminRevokeImportedApiKey for soft deletion (recommended).
DELETE /v2alpha1/admin/importedApiKeys/{key_id}
delete/v2alpha1/admin/importedApiKeys/{key_id}
Path parameters
key_idstring required
SHA512/256 hash of the imported key (REQUIRED)
Response
A successful response.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.