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
deleteAuthorizedUser.userEmail ● String! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.