Skip to main content
DELETE
/
api
/
data
/
v2
/
datasources
/
{datasetId}
/
dataversions
Deleting Dataset Versions
curl --request DELETE \
  --url https://{instance}.domo.com/api/data/v2/datasources/{datasetId}/dataversions \
  --header 'Content-Type: application/json' \
  --header 'X-DOMO-Developer-Token: <api-key>' \
  --data '[
  2
]'

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

datasetId
string
required

Query Parameters

index
boolean

index=<true|false>

Body

application/json

List of data versions.

Response

200

An empty response with a 200 OK http status if the delete was successful.