Delete All Data Errors for a Dataset
Delete all data errors (issues) associated with a specific dataset, identified by its datasetId.
Query Parameters |
---|
datasetId string — REQUIREDUnique identifier of the dataset for which all data errors should be deleted. |
limit int64Possible values: 1 ≤ value ≤ 10 Limit the number dataError returned. (1 to 10, default = 1) |
datasetId stringId of the data issue |
limit int32Possible values: 1 ≤ value ≤ 10 Limit the number dataError returned. (1 to 1000000, default = 10) |
Responses | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 All data errors for the specified dataset were deleted successfully.
| ||||||||||||||||||||||||||||||||||
304 No modification. No data errors were deleted (possibly none found for the dataset). | ||||||||||||||||||||||||||||||||||
400 Invalid request parameters. | ||||||||||||||||||||||||||||||||||
401 Unauthorized access. | ||||||||||||||||||||||||||||||||||
500 Internal server error. |