WorkDocs / Client / delete_folder

delete_folder#

WorkDocs.Client.delete_folder(**kwargs)#

Permanently deletes the specified folder and its contents.

See also: AWS API Documentation

Request Syntax

response = client.delete_folder(
    AuthenticationToken='string',
    FolderId='string'
)
Parameters:
  • AuthenticationToken (string) – Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

  • FolderId (string) –

    [REQUIRED]

    The ID of the folder.

Returns:

None

Exceptions

  • WorkDocs.Client.exceptions.EntityNotExistsException

  • WorkDocs.Client.exceptions.LimitExceededException

  • WorkDocs.Client.exceptions.ProhibitedStateException

  • WorkDocs.Client.exceptions.ConflictingOperationException

  • WorkDocs.Client.exceptions.ConcurrentModificationException

  • WorkDocs.Client.exceptions.UnauthorizedOperationException

  • WorkDocs.Client.exceptions.UnauthorizedResourceAccessException

  • WorkDocs.Client.exceptions.FailedDependencyException

  • WorkDocs.Client.exceptions.ServiceUnavailableException