

# Remove a CloudTrail delegated administrator
<a name="cloudtrail-remove-delegated-administrator"></a>

You can remove a CloudTrail delegated administrator using the Amazon CLI.

------
#### [ Amazon CLI ]

The following command removes a CloudTrail delegated administrator.

```
aws cloudtrail deregister-organization-delegated-admin
  --delegated-admin-account-id="delegatedAdminAccountId"
```

This command produces no output if it's successful.

------