# Remove Profile Option

Removes a profile option for the specified user, reverting it to the account default. Admin only.

Endpoint: DELETE /access_control/users/{user_id}/profile_options/{key}
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `user_id` (integer, required)
    Example: 123

  - `key` (string, required)
    the profile option key


## Response 204 fields
