Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
SSH key ID to destroy
Destroy an SSH key.
Args: request: FastAPI request object key_id: SSH key ID to delete uid: Authenticated user ID (from dependency)
Returns: SshKeyDestroyResponse: Success status and message
Raises: HTTPException: On various error conditions (403, 404, 500)
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
SSH key ID to destroy