Product Documentation
  • On a success, the web service will return the following JSON with a 200 OK:
    <?xml version='1.0' encoding='UTF-8'?>
    <S:Envelope
        xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
        <S:Body>
            <ns2:deregisterResponse
                xmlns:ns2="http://soap.skfs.strongauth.com/">
                <return>
                {
                	"Response":"Successfully deleted",
                	"responseCode":"FIDO-MSG-0010",
                    "skfsVersion":"4.12.0",
                    "skfsFQDN":"example.strongkey.com",
                    "TXID":"1-169-1679354369053"
                }
                </return>
            </ns2:deregisterResponse>
        </S:Body>
    </S:Envelope>