---
title: "Delete stops."
method: GET
path: "/tour/delete_stop"
tags: ["Disposition|Tour"]
---

# Delete stops.

`GET /tour/delete_stop`

This endpoint allows you to delete multiple stops simultaneously by submitting multiple stop ids in one
request. Afterward, you will receive a response with an array of deleted stop ids. Keep in mind that you may
delete any stops, irrespective of their status. Please note that deleted stops cannot be restored.

## Query parameters

- `ids[]` integer[], required

## Response `200`

Success Response:

- StandardDispoTourDeleteStopResponse
  - `deletedIds` integer[] — The orders that were deleted

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
