Product Documentation

Delete a specific policy. Policies are specified by their sid and pid.

Syntax

java -jar skfsadminclient.jar DP <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <sid> <pid>

Values

Value

Explanation

hostport

Host and port to access the FIDO server
SOAP & REST format : http://<FQDN>:<non-ssl-portnumber> or https://<FQDN>:<ssl-portnumber>
example : https://fidodemo.strongauth.com:8181

did

Unique domain identifier that belongs to SKCE

wsprotocol

Web service protocol; REST | SOAP

authtype

Authentication type; HMAC | PASSWORD

accesskey

Access key for use in identifying a secret key

secretkey

Secret key for HMACing a request

svcusername

Username used for PASSWORD-based authorization

svcpassword

Password used for PASSWORD-based authorization

sid

Integer value specifying the server ID

pid

Integer value specifying the policy ID

Output

$ example:~/skfsclient> java -jar skfsadminclient.jar DP https://example.strongkey.com:8181 1 REST PASSWORD fidoadminuser Abcd1234! 1 9

Copyright (c) 2001-2024 StrongAuth, Inc. All rights reserved. REST Delete Policy with PASSWORD ****************************************** Calling delete policy @ https://example.strongkey.com:8181/skfs/rest/deletepolicy Response : {"Response":"Successfully deleted policy 1-9","responseCode":"FIDO-MSG-0069","skfsVersion":"4.12.0","skfsFQDN":"example.strongkey.com","TXID":"1-173-1695851447019"} Delete Policy complete. ****************************************** Done with Delete Policy!