Maxim Logo
Datasets/Splits

Delete Dataset Split

Delete dataset split

DELETE
/v1/datasets/splits

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

Query Parameters

idRequiredstring

Unique identifier for the dataset split to delete

datasetIdRequiredstring

Unique identifier for the dataset

curl -X DELETE "https://api.getmaxim.ai/v1/datasets/splits?id=%3Cstring%3E&datasetId=%3Cstring%3E" \
  -H "x-maxim-api-key: <token>"

Dataset split deleted successfully