Delete filtered group of proxies
Deletes a filtered group of proxies by ID.
Query parameters
-
Checks for conflicts against the metadata version, then returns the value in the
x-cloud-resource-version
header.
Responses
-
The filtered group of proxies was successfully deleted
-
Unable to find the {proxies_filtered_group_id} specified filtered group of proxies. Edit your request, then try again. (code:
proxies.proxies_filtered_group_not_found
) -
There is a version conflict. (code:
proxies.proxies_filtered_group_version_conflict
)
DELETE
/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}' \
--user "username:password"