S3 / Client / delete_legal_hold
delete_legal_hold#
- S3.Client.delete_legal_hold(**kwargs)#
Remove Legal hold on an object. The legal hold identifiers are stored in the object metadata along with the timestamp of when they are POSTed to the object. The presence of any legal hold identifiers prevents the modification or deletion of the object data, even if the retention period has expired.
See also: AWS API Documentation
Request Syntax
response = client.delete_legal_hold( Bucket='string', Key='string', RetentionLegalHoldId='string' )
- Parameters:
Bucket (string) – [REQUIRED]
Key (string) – [REQUIRED]
RetentionLegalHoldId (string) – [REQUIRED]
- Returns:
None