Auth
Delete Api Key
Deactivate an API key. Requires JWT Bearer authentication with the token received from the login endpoint.
Authorization
Authorization
RequiredBearer <token>Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)
In: header
Path Parameters
key_id
RequiredKey IdResponse Body
Schema for API key in database response.
TypeScript Definitions
Use the response body type in TypeScript.
id
RequiredIdkey_prefix
RequiredKey Prefixname
string | null | nullcreated_at
RequiredCreated AtFormat:
"date-time"
is_active
RequiredIs ActiveHow is this guide?