# Demote a user from a delegated admin

Demotes a user from a delegated admin.

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

## Path parameters:

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

## Response 200 fields (application/json):

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

  - `delegated_admin` (boolean)


