QBusiness / Client / delete_user
delete_user#
- QBusiness.Client.delete_user(**kwargs)#
Deletes a user by email id.
See also: AWS API Documentation
Request Syntax
response = client.delete_user( applicationId='string', userId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The identifier of the application from which the user is being deleted.
userId (string) –
[REQUIRED]
The user email being deleted.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
QBusiness.Client.exceptions.ResourceNotFoundException
QBusiness.Client.exceptions.InternalServerException
QBusiness.Client.exceptions.ConflictException
QBusiness.Client.exceptions.ThrottlingException
QBusiness.Client.exceptions.ValidationException
QBusiness.Client.exceptions.AccessDeniedException