Skip to main content

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

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
trajectoryidstring (UUID)The UUID of the trajectory to delete

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Notes

  • The successful response has status 204 with 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