Deletes a data file from Thredds

Deletes a data file from Thredds.

The dataset to delete can be identified in one of two ways: either using the dataset's URL path, or using its ID. If identifying the dataset by its URL path, the ID of the organisation owning the dataset must be given as the first component of the path parameter, or via the organisationid parameter (but not both).

This operation differs from the deleteDataByPath operation only in how the path is passed: in this case, the path is passed as a query parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The URL path of the dataset to delete.

Must not be used if the id parameter is supplied. Must contain the ID of the organisation owning the dataset as the first path component if (and only if) the organisationid parameter is not supplied.

string

The ID of the dataset to delete.

Must not be used if the path parameter is supplied.

string

The ID of the organisation owning the dataset to delete.

Must only be used if the organisation ID is not given in the first component of the path.

Responses
204

Dataset Deleted

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*