# Remove an api-key

Removes the API key for a specified user.

Endpoint: POST /user/apikey/remove/{user_email}
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `user_email` (string, required)

## Response 200 fields (application/json):

  - `user` (string, required)
    the email user uses to log in
    Example: td@example.com

