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
]'

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480626-update-new-field-mi.mintlify.app/llms.txt

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

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.