Delete Api Key
DELETE/api/v1/beta/api-keys/:api_key_id
Delete an API key.
If the API key belongs to a project, validates user has admin permissions for that project. If the API key has no project, validates it belongs to the current user.
Args: api_key_id: The ID of the API key to delete user: Current user db: Database session
Request
Responses
- 204
- 422
Successful Response
Validation Error