---
title: "Delete Traveler"
method: DELETE
path: "/travelers/{traveler_id}"
tags: ["travelers"]
---

# Delete Traveler

`DELETE /travelers/{traveler_id}`

Remove a traveler from the user's reusable saved profiles.

## Path parameters

- `traveler_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/c2bf613dbe8f?raw)
