Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.allium.so/api/v1/beam/datasets/{dataset_id} \ --header 'X-API-KEY: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a dataset and all its entries.
dataset_id
curl -X DELETE https://api.allium.so/api/v1/beam/datasets/${DATASET_ID} \ -H "X-API-Key: ${ALLIUM_API_KEY}"
204 No Content
Successful Response
Was this page helpful?