Maxim Logo
Datasets

Delete Dataset

Delete a dataset

DELETE
/v1/datasets

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

Query Parameters

workspaceIdRequiredstring

Unique identifier for the workspace

idRequiredstring

Unique identifier for the dataset to delete

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

Dataset deleted successfully