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
| Name | Type | Required | Description |
|---|---|---|---|
designid | string (UUID) | ✓ | The UUID of the design |
surveyrunid | string (UUID) | ✓ | The UUID of the survey run to delete |
Headers
| Name | Value | Description |
|---|---|---|
apikey | YOUR_API_KEY | Your API authentication key |
Notes
- The successful response has status
204with 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