delete
This endpoint is used to permanently delete a dataset and all its contents.
DELETE /api/v1/datasets/:datasetReference
Parameter | |
datasetReference |
The request body must be empty.
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
If successful, the response body will be empty.
Last modified 2yr ago