Unregister Token API

Call this function to unregister a token.

Below is the URL to access the API functions:

PUT /CentagateWS/webresources/token/unregisterActiveToken/{admin_username}

Parameters

NoParameterOccurenceDescriptions
1UsernameRequiredThe User’s Username
2TypeRequiredThe Token Type: 1 = Mobile Token, 2 = SMS, 3 = CH Token, 4 = PKI
3CenTokenRequiredThe Hmac Value Calculated Using SHA256 With SecretCode As Key And Plain Text From Admin Username + AuthToken

Sample Code

As in below there are some examples of source code of access the API functions: