# Revoke sub user

Revokes (soft-destroys) a sub user. An administrator may revoke any sub user in the account; a non-administrator only their own. Sub users themselves are refused entirely.

Endpoint: POST /sub_user/remove/{sub_user_id}
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `sub_user_id` (integer, required)

## Response 200 fields (application/json):

  - `sub_user` (object, required)

  - `sub_user.id` (integer, required)
    unique identifier of the sub user
    Example: 123

  - `sub_user.email` (string, required)
    the synthetic, non-deliverable email of the sub user

