GuidesAPI Reference
API Reference

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.

Path Params
string
required

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

string
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 Params
string

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.

Responses
202

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

401

Unauthorized

403

Forbidden - deletion is supported for index layers only.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!