Delete filtered group of proxies
editDelete filtered group of proxies
editDeletes a filtered group of proxies by ID.
Request
editDELETE /api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}
Path parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
Y |
"The identifier for the filtered group of proxies |
Query parameters
edit| Name | Type | Required | Description |
|---|---|---|---|
|
|
N |
Checks for conflicts against the metadata version, then returns the value in the |
Responses
edit-
200 -
The filtered group of proxies was successfully deleted
-
404 -
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)Headers
-
x-cloud-error-codes(string; allowed values: [proxies.proxies_filtered_group_not_found]) - The error codes associated with the response
-
-
409 -
There is a version conflict. (code:
proxies.proxies_filtered_group_version_conflict)Headers
-
x-cloud-error-codes(string; allowed values: [proxies.proxies_filtered_group_version_conflict]) - The error codes associated with the response
-
-
449 -
Elevated permissions are required. (code:
root.unauthorized.rbac.elevated_permissions_required)Headers
-
x-cloud-error-codes(string; allowed values: [root.unauthorized.rbac.elevated_permissions_required]) - The error codes associated with the response
-
Request example
editcurl -XDELETE https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id} \
-H "Authorization: ApiKey $ECE_API_KEY"