# deleteAuthorizedUser

Revokes a dashboard user's access to the current account. Caller must have `ADMIN_ACCESS` (or use an API key). Returns `true` on success.

```
deleteAuthorizedUser(

  userEmail: String!

): Boolean!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`deleteAuthorizedUser.userEmail`](#user-email) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#user-email "Direct link to user-email")

### Type[​](#type "Direct link to Type")

#### [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#boolean- "Direct link to boolean-")

The `Boolean` scalar type represents `true` or `false`.
