Skip to main content

Delete Design

Delete an existing design dataset from the WellDesign system.

DELETE/api/v3/datasets?datasetUUID={datasetUUID}

Permanently delete a design dataset

Parameters

NameTypeRequiredDescription
datasetUUIDstringThe UUID of the dataset to delete (passed as query parameter)

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key
Content-Typeapplication/jsonMust be application/json

Notes

  • Deleting a dataset is permanent and cannot be undone
  • The datasetUUID is passed as a query parameter, not in the URL path
  • The API returns a JSON response with the dataset ID and status information
  • Datasets with active dependencies cannot be deleted
  • Consider archiving datasets instead of deleting them if you need to maintain historical records