---
title: "Delete Intent Trigger Route"
method: DELETE
path: "/api/v1/proxies/{proxy_id}/intent-trigger"
tags: ["proxies"]
---

# Delete Intent Trigger Route

`DELETE /api/v1/proxies/{proxy_id}/intent-trigger`

Reset the intent trigger config to defaults by removing the stored configuration.

## Path parameters

- `proxy_id` string, uuid, required

## Headers

- `Authorization` string, nullable
- `X-Request-ID` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
