Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Delete Object

DELETE /v1/{account}/{container}/{object}

Permanently deletes an object from the object store. Can be user in combination with the COPY command to move an object by using, COPY and then DELETE.

URL Format

v1/{account}/{container}/{object}


Prerequisites

The following conditions must be met in order to call this operation.

  • The object must exist.


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure for this operation.