Skip to main content

Delete a dataset

DELETE 

/api/v2/Dataset/:id

Delete a dataset

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset to delete.

    version stringrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Dataset deleted successfully.

Loading...