Version: SG FLX
Community
Delete proxy
Content
DELETE /_signals/proxies/{proxy-id}
Delete the proxy with the provided id.
Responses
200 OK
The proxy was found and deleted.
403 Forbidden
The user does not have the required permissions to access the endpoint.
404 Not Found
The proxy with the requested id does not exist.
Permissions
For being able to access the endpoint, the user needs to have the privilege cluster:admin:searchguard:signals:proxies/delete
.
Examples
Delete proxy with the id my-proxy
DELETE /_signals/proxies/my-proxy
Response
200 OK
{
"status": 200
}