BackupStorage / Client / delete_object

delete_object#

BackupStorage.Client.delete_object(**kwargs)#

Delete Object from the incremental base Backup.

See also: AWS API Documentation

Request Syntax

response = client.delete_object(
    BackupJobId='string',
    ObjectName='string'
)
Parameters:
  • BackupJobId (string) – [REQUIRED] Backup job Id for the in-progress backup.

  • ObjectName (string) – [REQUIRED] The name of the Object.

Returns:

None

Exceptions