WorkDocs / Client / delete_user

delete_user#

WorkDocs.Client.delete_user(**kwargs)#

Deletes the specified user from a Simple AD or Microsoft AD directory.

Warning

Deleting a user immediately and permanently deletes all content in that user’s folder structure. Site retention policies do NOT apply to this type of deletion.

See also: AWS API Documentation

Request Syntax

response = client.delete_user(
    AuthenticationToken='string',
    UserId='string'
)
Parameters:
  • AuthenticationToken (string) – Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using Amazon Web Services credentials.

  • UserId (string) –

    [REQUIRED]

    The ID of the user.

Returns:

None

Exceptions