Removing Dynamic Policies
Removing a Dynamic Policy
Please refer to the SSI-Kit setup section to exectute the command successfully.
ssikit vc policies remove -n MyCustomPolicy-n, --name: name of the dynamic policy to remove
Please refer to the SSI-Kit setup section to serve the API.
curl -X 'DELETE' \
'http://127.0.0.1:7003/v1/delete/{{name}}' \
-H 'accept: */*'
Path parameters:
policyName: [string] Name of the policy to delete
Last updated
Was this helpful?
