v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
lake

Delete a Lake Dataset (Cribl.Cloud only)

Delete the specified Lake Dataset in the specified Lake (Cribl.Cloud only).

delete/products/lake/lakes/{lakeId}/datasets/{id}

Path parameters

lakeIdstring required

The <code>id</code> of the Lake that contains the Lake Dataset to delete.

idstring required

The <code>id</code> of the Lake Dataset to delete.

Response

The deleted CriblLakeDataset object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "searchConfig": {
        "metadata": {
          "earliest": "-30d"
        }
      }
    }
  ]
}