DeleteObject

Deletes an object in the specified path.

You must have Delete ACL to be able to call this action.

The following operations are related to DeleteObject:

Request Syntax

1DELETE /<PATH> HTTP/1.1
2Host: <BUCKET>.datastream.tebi.io

The request uses the following URI parameters:

  • <BUCKET>: Bucket name containing the object. Required.

  • <PATH>: Path (including the file name) where the object is stored in the storage.

The request does not have a request body.

Response Syntax

1HTTP/1.1 200
2Content-Length: 0

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

See Also

Refer here for more information.