S3 Delete Object

S3 Delete Object

API code: S3_DELETE_OBJECT
Pre-authorized role(s): TENANT_USER | TENANT_ADMIN | ANONYMOUS

Request
URI
DELETE
https://apaas-29.eng.vmware.com//api/v1/s3/{bucketName}/{objectKey}
COPY
Path Parameters
string
bucketName
Required

The bucket name. It must be URL encoded.

string
objectKey
Required

The object key. It must be URL encoded.

Query Parameters
string
versionId
Optional

The version ID of the object version.

Header Parameters
x-amz-bypass-governance-retention
Optional

Indicates whether this operation should bypass Governance-mode restrictions.

x-amz-mfa
Optional

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

x-amz-request-payer
Optional

Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure