Deleting an Object

Request

DELETE /data/{Namespace}/{ObjectKey}

No headers or message body contents are required for object removal requests.

Response

If successful, the response will contain an empty message body. If an unexpected error occurs, the response’s message body will contain detailed error information in a JSON document (see Errors for more information).

Response Status Codes
204
Success (HTTP No Content). The DELETE request successfully removed the object from the ScaleOut service at the specified URL.
404
Not Found. The delete requests failed because there was no object in the ScaleOut service at the specified URL.