Delete Object Using DELETE

Delete Object Using DELETE

API code: S3_DELETE_OBJECT Pre-authorized role(s): ANONYMOUS_USER or TENANT_ADMIN or TENANT_USER

Request
URI
DELETE
https://{api_host}/api/v1/s3/{bucketName}/{objectName}
COPY
Path Parameters
string
bucketName
Required

The bucket name. It must be URL encoded.

string
objectName
Required

The object name. It must be URL encoded.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure