Deletes a data source from the specified dataset. Once deleted, the data source cannot be recovered.
You can only delete data sources from datasets you have created.
The trace ID you set in your system to trace this request. It can be up to 128 characters in length. If the request fails, you can provide it to the Powerdrill team to help with troubleshooting.
The ID of the dataset that contains the data source you want to delete.
To check the datasets you have access to, call GET /v2/team/datasets.
The ID of the data source you want to delete.
To check data sources existing in a specified dataset, call GET /v2/team/datasets/{id}/datasources.
Your user ID, which uniquely identifies you within your team. To obtain your ID:
Status code. 0 indicates that the operation is successful. Otherwise, the operation fails. For error troubleshooting, refer to Error Codes.
Null returned when the operation is successful.