Skip to main content
DELETE
/
data
/
{username}
/
{namespace}
/
{datasetName}
/
balefire
Delete all data and metadata for a dataset (balefire)
curl --request DELETE \
  --url https://api.datalinks.com/api/v1/data/{username}/{namespace}/{datasetName}/balefire \
  --header 'Authorization: Bearer <token>'
{
  "error_code": "UNAUTHORIZED",
  "message": "Missing authentication token",
  "error_message": "",
  "sub_errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

namespace
string
required

Namespace for the dataset.

datasetName
string
required

Name of the dataset.

username
string
required

The username associated with the request.

Response

Deletes the dataset and all related data.