---
title: "Remove Destination"
method: DELETE
path: "/pci-proxy/destinations/{id}"
---

# Remove Destination

`DELETE /pci-proxy/destinations/{id}`

Removes a host from your account's allowlist. This takes effect immediately: the next proxy request to that host is rejected with `403 DESTINATION_NOT_ALLOWED`.

## Path parameters

- `id` string, uuid, required

## Response `204`

The destination was removed. No response body.

## Other responses

- `400` — The `id` path parameter is not a valid UUID.
- `401` — Your API credentials are missing or invalid.
- `404` — No destination with that `id` is registered for your account.

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
