Go to main content

Oracle® ZFS Storage Appliance Object API Guide for Amazon S3 Service Support, Release OS8.8.0

Exit Print View

Updated: January 2019
 
 

DELETE Object Tagging

The DELETE Object Tagging operation removes the entire tag set from the specified object. For more details, see the following:

Syntax Example

For a syntax example, see Amazon's official S3 DELETE Object Tagging API documentation (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETEtagging.html).

Versioning

To delete tags of a specific object version, add the versionId query parameter in the request.

Request Parameters

The DELETE Object Tagging operation does not support the use of request parameters.

Request Headers

The DELETE Object Tagging operation does not support the use of request headers.

Request Elements

The DELETE Object Tagging operation does not support the use of request elements.

Response Headers

The DELETE Object Tagging operation uses only response headers that are common to most responses. For more information, see Figure 9, Table 9, Supported Response Headers .

Response Elements

The DELETE Object Tagging operation does not return response elements.

Expected HTTP Response Code

204 No Content

Error Response Code

The DELETE Object API does not return special errors. For general information about S3 errors and a list of error codes, see S3 Client Error Handling Reference.

Example

DELETE exampleobject/?tagging 
HTTP/1.1 204 No Content
Date: Wed, 25 Nov 2018 12:00:00 GMT
Connection: close
Server: Apache