v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Gateway - Proxy

Proxy DELETE Request

Proxy DELETE requests to external services with automatic secret injection. The target URL is specified via the X-Target-Base-URL header. Note: X-Target-Base-URL is treated as a base URL; the final upstream URL is composed as:

<base>.rstrip('/') + '/' + {path}.lstrip('/').
delete/proxy/{path}

Path parameters

pathstring required

The path component to append to the target URL

Headers

X-Target-Base-URLstring required

The base URL of the target service

Authorizationstring required

Bearer JWT token from the Control Plane

Response

Request proxied successfully

object required