v1

latestOpenAPI 3.0.02026-08-06132933.0 KB
Datasets

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.

requestIdstring

Unique identifier for the request.

statusstring

Indicates the status of the request.

messagestring

Human-readable message describing the outcome of the request (for display/logging; not intended for programmatic parsing).

Example response

{
  "requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
  "status": "success",
  "message": "Resource deleted successfully"
}