S3Files / Client / delete_mount_target

delete_mount_target

S3Files.Client.delete_mount_target(**kwargs)

Deletes the specified mount target. This operation is irreversible.

See also: AWS API Documentation

Request Syntax

response = client.delete_mount_target(
    mountTargetId='string'
)
Parameters:

mountTargetId (string) –

[REQUIRED]

The ID of the mount target to delete.

Returns:

None

Exceptions

  • S3Files.Client.exceptions.InternalServerException

  • S3Files.Client.exceptions.ResourceNotFoundException

  • S3Files.Client.exceptions.ThrottlingException

  • S3Files.Client.exceptions.ValidationException

  • S3Files.Client.exceptions.ConflictException