Version: SG FLX
Community
Delete proxy
Content
copy
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
copy
DELETE /_signals/proxies/my-proxy
Response
copy
200 OK
copy
{
"status": 200
}