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"
}
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 assigned to any product, material, or input, the request will fail. Remove 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"