Delete Design
Delete an existing design dataset from the WellDesign system.
DELETE/api/v3/datasets?datasetUUID={datasetUUID}
Permanently delete a design dataset
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
datasetUUID | string | ✓ | The UUID of the dataset to delete (passed as query parameter) |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Content-Type | application/json | Must be application/json |
Notes
- Deleting a dataset is permanent and cannot be undone
- The
datasetUUIDis 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