S3Control / Client / delete_storage_lens_configuration
delete_storage_lens_configuration¶
- S3Control.Client.delete_storage_lens_configuration(**kwargs)¶
- Note- This operation is not supported by directory buckets. - Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User Guide. - Note- To use this action, you must have permission to perform the - s3:DeleteStorageLensConfigurationaction. For more information, see Setting permissions to use Amazon S3 Storage Lens in the Amazon S3 User Guide.- Warning- You must URL encode any signed header values that contain spaces. For example, if your header value is - my file.txt, containing two spaces after- my, you must URL encode this value to- my%20%20file.txt.- See also: AWS API Documentation - Request Syntax- response = client.delete_storage_lens_configuration( ConfigId='string', AccountId='string' ) - Parameters:
- ConfigId (string) – - [REQUIRED] - The ID of the S3 Storage Lens configuration. 
- AccountId (string) – - [REQUIRED] - The account ID of the requester. 
 
- Returns:
- None