# Delete a dataset

Delete a dataset from the organisation.

# Input

Endpoint

DELETE /orgs/:organisation/datasets/:dataset

Field Type Required Value Description
organisation String yes The organisation name
dataset String yes The dataset name

# Request

curl -X DELETE \
     -H "Authorization: token my-org-api-token" \
     -H "Accept: application/vnd.visii.v2+json" \
     "https://api.visii.com/orgs/my-org/datasets/my-dataset"

# Response

Field Type Value Description
status String The status of the response
HTTP/1.1 200 OK
{
  "status": "ok"
}
Last Updated: 2/7/2020, 11:17:32 AM