Skip to main content

Delete Survey Run

Delete a survey run from a design.

Other survey runs that tie on to the deleted run will be detached from it — they remain on the design but become tied on to the surface. If the deleted run is referenced by a survey program inside an actual trajectory, that reference is removed from the trajectory's survey programs.

DELETE/api/v1/designs/{designid}/survey-runs/{surveyrunid}

Delete a survey run by UUID

Path Parameters

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
surveyrunidstring (UUID)The UUID of the survey run to delete

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Notes

  • The successful response has status 204 with an empty body
  • This endpoint targets a single survey run. To delete the entire trajectory (and all its runs) use Delete Trajectory instead
  • The main trajectory (the one not classified as a survey run) cannot be removed via this endpoint — the server returns 409. Use the trajectory endpoint for that case
  • Deletion is permanent