Proxy HTTP DELETE request
editProxy HTTP DELETE request
editThis endpoint is deprecated and scheduled to be removed in the next major version. Use proxy DELETE request to resource instead.
Proxies the HTTP DELETE request to the cluster. You must specify the X-Management-Request HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
Request
editDELETE /api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path}
Path parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
The Kibana deployment identifier |
|
|
Y |
The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status |
Headers
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
When set to |
Responses
edit-
200 -
The request has been processed successfully through the proxy
-
404 -
The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')
Request example
editcurl -XDELETE https://{{hostname}}/api/v1/clusters/kibana/{cluster_id}/proxy/{kibana_path} \
-H "Authorization: ApiKey $ECE_API_KEY" \
-H X-Management-Request: string