Revoke API key
DELETE
/api/v1/auth/api_keys/{key_id}
Permanently revoke an API key by its ID.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” key_id
required
Key Id
integer
Responses
Section titled “ Responses ”Successful Response
BooleanResponse
Simple response returning a single boolean success status.
object
success
required
Success
Success status of the operation
boolean
Bad Request
Not Found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Internal Server Error