Skip to main content
DELETE
/
v1
/
dataset
/
{uuid}
Delete a dataset from your account
curl --request DELETE \
  --url https://app.variable.global/api/v1/dataset/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.variable.global/llms.txt

Use this file to discover all available pages before exploring further.

Requires permission:
If the dataset was created in your account, it is permanently deleted. If it was added from the Variable Database or shared by a supplier, it is removed from your account but the original remains available in the database.
Datasets that are in use cannot be deleted. If the dataset is referenced by a switch, mix, product, or transport type, the request fails with 400 and the body lists the affected counts (for example, switches: 2, products: 1). Unlink those references first, then retry the delete.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Response

Success

message
string
Example:

"Success"