Delete Trajectory
Delete a trajectory from a design.
For planned designs, this removes the planned well path. For actual designs, this removes the definitive-survey trajectory — the underlying survey runs are not affected and remain available through the Survey Runs endpoints.
DELETE/api/v1/designs/{designid}/trajectories/{trajectoryid}
Delete a trajectory by UUID
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
trajectoryid | string (UUID) | ✓ | The UUID of the trajectory to delete |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Notes
- The successful response has status
204with an empty body - Deleting a trajectory does not delete its associated survey runs — those remain on the design and can still be fetched or used to build a new trajectory
- Deletion is permanent; there is no undo. Consider editing the trajectory instead if you only need to change a portion of it