---
title: "Transparent Proxy Endpoint"
method: DELETE
path: "/user/node-proxy/{tenant_id}/{node_id}/{http_path}"
tags: ["user"]
---

# Transparent Proxy Endpoint

`DELETE /user/node-proxy/{tenant_id}/{node_id}/{http_path}`

## Path parameters

- `tenant_id` string, required
- `node_id` string, required
- `http_path` string, required

## Headers

- `x-tenzir-request-id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — `{"detail": "Invalid API Key"}`
- `404` — `{"detail": "Tenant not found"}` `{"detail": "Node not found"}`
- `408` — `{"detail": "Proxy timed out"}`
- `410` — `{"detail": "Node not connected"}`
- `422` — Validation Error

---

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