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