Backup / Client / delete_backup_access_point

delete_backup_access_point

Backup.Client.delete_backup_access_point(**kwargs)

Deletes a backup access point. This deletes the underlying Amazon S3 access point and, if no other backup access points remain for the recovery point, resumes lifecycle transitions for that recovery point.

Always delete backup access points using this operation rather than deleting the underlying Amazon S3 access point directly.

See also: AWS API Documentation

Request Syntax

response = client.delete_backup_access_point(
    AccessPointArn='string'
)
Parameters:

AccessPointArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the backup access point to delete.

Returns:

None

Exceptions