Skip to main content
DELETE
/
api
/
v1
/
datasets
/
{id}
Delete a dataset
curl --request DELETE \
  --url https://app.dimred.com/api/v1/datasets/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.

Path Parameters

id
string
required

Dataset identifier

Response

Dataset deleted successfully

success
boolean

Operation success status