---
title: "Delete a client tunnel preset"
method: DELETE
path: "/c2s-tunnel-presets/{id}"
tags: ["Tunnel Presets"]
---

# Delete a client tunnel preset

`DELETE /c2s-tunnel-presets/{id}`

Deletes one of the authenticated user's tunnel presets.

## Path parameters

- `id` integer, required

## Response `200`

Preset deleted.

## Other responses

- `404` — Preset not found.
- `500` — Failed to delete preset.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
