cURL
curl --request DELETE \ --url https://app.dimred.com/api/v1/datasets/{id} \ --header 'x-api-key: <api-key>'
{ "success": true }
Deletes a dataset and all associated datapoints.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Dataset identifier
Dataset deleted successfully
Operation success status
Was this page helpful?