Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.
See https://paws-r.github.io/docs/s3/delete_bucket_metrics_configuration.html for full documentation.
s3_delete_bucket_metrics_configuration(Bucket, Id, ExpectedBucketOwner = NULL)
[required] The name of the bucket containing the metrics configuration to delete.
[required] The ID used to identify the metrics 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).