v1
latestOpenAPI 3.0.02026-08-06132933.0 KBDatasets
Delete a dataset
Deletes the specified dataset. This action permanently removes all associated data and cannot be reversed.
delete/v1/datasets/{datasetId}
Path parameters
datasetIdstring uuid required
Unique identifier for the dataset.
Example:4e1219d8-7fa8-44b7-96c6-a8f2a9cfb0bf
Response
Successful response indicating that the data source and all contained datasets were permanently deleted.
Example response
{
"requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
"status": "success",
"message": "Resource deleted successfully"
}