Delete a dataset and all its columns and rows.
cURL
curl --request DELETE \ --url https://api.adaline.ai/v2/datasets/{datasetId} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Documentation IndexFetch the complete documentation index at: https://www.adaline.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Unique identifier for an entity, between 20 and 80 characters.
20 - 80
Dataset deleted.
Was this page helpful?