Delete Section
Remove a section from a design's well schematic. The section and all its strings, packers, and any custom-load tables that reference it are removed from the design.
DELETE/api/v1/designs/{designid}/well-schematic/sections/{sectionid}
Delete a section from the well schematic
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
sectionid | string (UUID) | ✓ | The UUID of the section to delete |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Notes
- Returns
204 No Contentwith an empty body on success - Deleting a section also removes its strings, its packers, and any custom-load tables linked to the section's
casingid - An audit-log entry is written with the diff of the removed section
- The deletion is permanent and cannot be undone — to roll back you must re-create the section via Create Section or Replace Well Schematic