Delete Dataset
Delete Dataset
Delete a custom KPI dataset that has no submitted values
DELETE
Delete Dataset
Delete Dataset
Delete a custom KPI dataset and all its KPI definitions. This only works if no campaign values have been submitted for this dataset.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the dataset to deleteExample:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Response
Returns HTTP 204 No Content on success.Example
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Dataset not found409 Conflict
Cause: Dataset has submitted values — lock instead of deleting The dataset has submitted campaign values and cannot be deleted.Related Endpoints
List Datasets
View all datasets
Create Dataset
Create a new dataset

