Skip to main content
DELETE
/
api
/
v1
/
beam
/
datasets
/
{dataset_id}
Delete dataset
curl --request DELETE \
  --url https://api.example.com/api/v1/beam/datasets/{dataset_id}

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Permanently deletes a dataset and all its entries. Path parameters:
ParameterDescription
dataset_idDataset ID
curl -X DELETE https://api.allium.so/api/v1/beam/datasets/${DATASET_ID} \
  -H "X-API-Key: ${ALLIUM_API_KEY}"
Returns 204 No Content on success.
This action is irreversible. All entries stored in the dataset will be permanently deleted.