Delete a datasetAsk AIdelete https://api.doit.com/datahub/v1/datasets/{name}Deletes a specific DataHub dataset.Path ParamsnamestringrequiredThe name of the dataset to delete.Responses 200OK - Dataset deleted successfully. 400Bad Request - The server cannot process the request, often due to a malformed request. 401Unauthorized - Invalid API key. 403Forbidden - The client is not authorized to perform the request. 404Not Found - The requested resource does not exist. 500Internal Server Error - Something went wrong with the DoiT API server.Updated 21 days ago