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
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
sectionid | string (UUID) | ✓ | The UUID of the parent section |
packerid | string (numeric index) | ✓ | Zero-based position of the packer within the section's packers array |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Notes
- Returns
204 No Contentwith an empty body on success packeridis 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