You can call this operation to delete the logging configurations for a bucket. Only the bucket owner is authorized to disable logging for the bucket.
Permissions
By default, an Alibaba Cloud account has full permissions. RAM users or RAM roles under an Alibaba Cloud account do not have any permissions by default. The Alibaba Cloud account or account administrator must grant operation permissions through RAM Policy or Bucket Policy.
API | Action | Definition |
DeleteBucketLogging | oss:DeleteBucketLogging | Disables logging for a bucket. |
Request syntax
DELETE /? logging HTTP/1.1
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Authorization: SignatureValue
Request headers
All headers in a DeleteBucketLogging request are common request headers. For more information, see Common request headers.
Response headers
All headers in the response to a DeleteBucketLogging request are common response headers. For more information, see Common response headers.
Examples
Sample requests
DELETE /? logging HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Thu, 17 Apr 2025 05:35:24 GMT
Authorization: OSS4-HMAC-SHA256 Credential=LTAI********************/20250417/cn-hangzhou/oss/aliyun_v4_request,Signature=a7c3554c729d71929e0b84489addee6b2e8d5cb48595adfc51868c299c0c218e
Sample success responses
HTTP status code 204 is returned if the bucket has logging disabled.
HTTP/1.1 204 No Content
x-oss-request-id: 534B371674E88A4D8906****
Date: Fri, 24 Feb 2012 05:35:24 GMT
Connection: keep-alive
Content-Length: 0
Server: AliyunOSS
x-oss-server-time: 198
OSS SDKs
You can use OSS SDKs for the following programming languages to call DeleteBucketLogging operation:
ossutil
For information about the ossutil command that corresponds to the DeleteBucketLogging operation, see delete-bucket-logging.
Error codes
Error code | HTTP status code | Description |
NoSuchBucket | 404 | The error message returned because the specified bucket does not exist. |
AccessDenied | 403 | The error message returned because you are not authorized to disable logging for the bucket. Only the bucket owner can disable logging for the bucket. |