Page created: 17 Feb 2022 | Page updated: 29 Jul 2022 | 1 min readProduct PingAuthorize 9.1 Content Type Product documentation Administration User task You can remove a shared secret from use or delete it entirely. To remove a JSON PDP API Shared Secret from use, run the following example dsconfig command, substituting values of your choosing. PingAuthorize/bin/dsconfig set-http-servlet-extension-prop \ --extension-name "JSON PDP API" \ --remove "shared-secrets:Shared Secret A" To delete a JSON PDP API Shared Secret, run the following example dsconfig command. PingAuthorize/bin/dsconfig delete-authorization-policy-decision-shared-secret \ --secret-name "Shared Secret A"
To remove a JSON PDP API Shared Secret from use, run the following example dsconfig command, substituting values of your choosing. PingAuthorize/bin/dsconfig set-http-servlet-extension-prop \ --extension-name "JSON PDP API" \ --remove "shared-secrets:Shared Secret A" To delete a JSON PDP API Shared Secret, run the following example dsconfig command. PingAuthorize/bin/dsconfig delete-authorization-policy-decision-shared-secret \ --secret-name "Shared Secret A"