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
- 200
- 400
- 401
- 403
- 404
- 500
Dataset deleted successfully.
If the dataset cannot be deleted.
The user is unauthorized or the session expired
The user does not have permission
If the dataset was not found.
There was an unexpected error
Loading...