v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
blob

Deletes a data blob from an index layer.

Deletes a data blob from the underlying storage mechanism (volume). The DELETE method works only for index layers. DELETE requests for blobs stored for other kind of layers will be rejected. The DELETE request is successfully accepted even if the data blob does not exist.

delete/layers/{layerId}/data/{dataHandle}

Path parameters

layerIdstring required

The ID of the layer that the data blob belongs to.

dataHandlestring required

The data handle of the blob you want to delete. The data handle can only contain alphanumeric, '-' and '.' characters, [0-9, a-z, A-Z, -, .]. The maximum length of this field is 600 characters.

Query parameters

billingTagstring

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Response

Accepted - The deletion request for the data blob was accepted.