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