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

# Delete tours.

`GET /tour/delete`

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

## Query parameters

- `ids[]` integer[], required

## Response `200`

Success Response:

- StandardDispoTourDeleteResponse
  - `deletedIds` integer[] — The tours 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)
