v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
DataHub

Delete a dataset

Deletes a specific DataHub dataset.

delete/datahub/v1/datasets/{name}

Path parameters

namestring required

The name of the dataset to delete.

Response

OK - Dataset deleted successfully.

messagestring

Example response

{
  "message": "Dataset deleted successfully"
}