cURL
curl --request DELETE \ --url https://ai.data.cloud/api/v1/team/datasets/{datasetId} \ --header 'x-pd-api-key: <api-key>'
{ "code": 123, "data": {} }
Deletes the specified dataset. Once deleted, all data sources within the dataset will also be permanently removed and cannot be recovered.