Skip to main content

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

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
sectionidstring (UUID)The UUID of the section to delete

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Notes

  • Returns 204 No Content with 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