This operation deletes the tags of a bucket.
To perform this operation, you must have the DeleteBucketTagging permission. By default, only the bucket owner can delete the tags of a bucket. The bucket owner can allow other users to perform this operation by setting a bucket policy or granting them the permission.
1 2 3 4 | DELETE /?tagging HTTP/1.1 Host: bucketname.obs.region.example.com Date: date Authorization: authorization string |
This request contains no message parameters.
This request uses common headers. For details, see Table 3.
This request involves no elements.
1 2 3 4 5 | HTTP/1.1 status_code x-obs-request-id: request id x-obs-id-2: id Content-Length: length Date: date |
The response to the request uses common headers. For details, see Table 1.
This response involves no elements.
No special error responses are returned. For details about error responses, see Table 2.
1 2 3 4 5 6 | DELETE /?tagging HTTP/1.1 User-Agent: curl/7.19.7 Host: examplebucket.obs.region.example.com Accept: */* Date: Wed, 27 Jun 2018 13:46:58 GMT Authorization: authorization string |
1 2 3 4 5 | HTTP/1.1 204 No Content x-obs-request-id: 0002B7532E0000015BEB2C212E53A17L x-obs-id-2: CqT+86nnOkB+Cv9KZoVgZ28pSgMF+uGQBUC68flvkQeq6CxoCz65wWFMNBpXvea4 Content-Length: 0 Date: Wed, 27 Jun 2018 13:46:58 GMT |