Links

delete

Overview

This endpoint is used to permanently delete a dataset and all its contents.

HTTP Request

DELETE /api/v1/datasets/:datasetReference
This endpoint extends the general API structure

Path parameters

Parameter
datasetReference
A qualified reference to the dataset. See referencing resources for more information.

Request body

The request body must be empty.

Authorization

You must either authorize as the user or an administrator of the organization that owns the dataset. Your access token must have the following scope:
  • data.edit

Response body

If successful, the response body will be empty.