This is a new service – your feedback will help us to improve it.

API endpoints

Delete dataset

Deletes a dataset resource by identifier.

DELETE /datasets/{dataset-id}

Parameters

dataset-id
string

The identifier of the dataset to be retrieved.

Responses

204

No Content

404

Resource does not exist.

application/json

object

code
string

A system specific code for the global error raised

errors
array of objects

An array of the specific error details

message
string

Summary description of the nature of the error

Example

Dataset not found

                    {
  "message": "Dataset with identifier  does not exist.",
  "code": "DM00010",
  "errors": []
};