The DeleteBucketLogging operation disables access logging for a bucket. Only the bucket owner can call this operation.
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 policies or Bucket Policy.
|
API |
Action |
Description |
|
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
DescribeRegions uses only common request headers. For more information, see Common request headers.
Response headers
The response contains only common response headers. For more information, see Common response headers.
Examples
Standard bucket
Request example
DELETE /?logging HTTP/1.1
Host: Host
Date: Thu, 17 Apr 2025 05:35:24 GMT
Authorization: OSS4-HMAC-SHA256 Credential=LTAI********************/20250417/cn-hangzhou/oss/aliyun_v4_request,Signature=a7c3554c729d71929e0b84489addee6b2e8d5cb48595adfc51868c299c0c218e
Response example
If access logging is not enabled for the bucket, HTTP 204 is returned.
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
Vector bucket
For vector buckets, the Host must use a standard Alibaba Cloud region ID (such as cn-hangzhou) instead of a legacy OSS region ID (such as oss-cn-hangzhou) used for general-purpose buckets.
Request example
DELETE /?logging HTTP/1.1
Host: exampebucket-123***456.cn-hangzhou-internal.oss-vectors.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
Response example
If access logging is not enabled for the bucket, HTTP 204 is returned.
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
SDKs
Call this operation by using the following SDKs:
ossutil
The ossutil equivalent is delete-bucket-logging.
Error codes
|
Error code |
HTTP status code |
Description |
|
NoSuchBucket |
404 |
The specified bucket does not exist. |
|
AccessDenied |
403 |
You do not have permission to disable access logging for the bucket. Only the bucket owner can perform this operation. |