Delete filtered group of proxies
Deletes a filtered group of proxies by ID.
Path parameters
-
proxies_filtered_group_id
string Required "The identifier for the filtered group of proxies
Query parameters
-
version
string Checks for conflicts against the metadata version, then returns the value in the
x-cloud-resource-version
header.
Responses
-
200 application/json
The filtered group of proxies was successfully deleted
-
404 application/json
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
) -
409 application/json
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"