Delete proxy by ID
Spaces method and path for this operation:
delete /s/{space_id}/api/fleet/proxies/{itemId}
Refer to Spaces for more information.
DELETE
/api/fleet/proxies/{itemId}
curl \
--request DELETE 'https://localhost:5601/api/fleet/proxies/{itemId}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: string"