Deletes an inventory configuration (identified by the inventory ID) from the bucket.
See https://paws-r.github.io/docs/s3/delete_bucket_inventory_configuration.html for full documentation.
s3_delete_bucket_inventory_configuration(
Bucket,
Id,
ExpectedBucketOwner = NULL
)
[required] The name of the bucket containing the inventory configuration to delete.
[required] The ID used to identify the inventory configuration.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).