cURL
curl --request DELETE \ --url https://ai.data.cloud/api/v1/team/datasets/{datasetId}/datasources/{datasourceId} \ --header 'x-pd-api-key: <api-key>'
{ "code": 123, "data": {} }
Deletes the specified data source from the specified dataset. Once deleted, the data source cannot be recovered.
You can only delete data sources that you have created.