Skip to main content
Version: 2.32.2

DeleteDynamicConfig deletes dynamic configuration for a policy.

DeleteDynamicConfig deletes dynamic configuration for a policy.

Path Parameters
  • policy_name string required
Responses

A successful response.


Schema
  • object
DELETE /v1/dynamic-configs/:policy_name

Request

Base URL
https://aperture-controller
policy_name — path required
curl / cURL
curl -L -X DELETE 'https://aperture-controller/v1/dynamic-configs/:policy_name' \
-H 'Accept: application/json'