Skip to main content

Delete Packer

Remove a packer from a section of a well schematic. The remaining packers keep their relative order.

The path parameter packerid is the zero-based index of the packer within the section's packers array, not a UUID.

DELETE/api/v1/designs/{designid}/well-schematic/sections/{sectionid}/packers/{packerid}

Delete a packer from a well-schematic section

Path Parameters

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
sectionidstring (UUID)The UUID of the parent section
packeridstring (numeric index)Zero-based position of the packer within the section's packers array

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Notes

  • Returns 204 No Content with an empty body on success
  • packerid is the index, not a UUID — after a delete the remaining indices shift down by one
  • Deleting a packer does not alter the section's strings or depths
  • An audit-log entry is written with the diff of the removed packer