You can use this endpoint to delete the QR code from one user from our software.
Name | Type | Required | Description |
---|---|---|---|
p_companyID | string | Yes | The security code you have been provided with, string (32) |
p_wsAltUserId | string | Yes | The wsAltUserId of the user from the EasySecure database |
ERROR_UNKNOWN_SECURITY_HASH – no company found based on the security hash used as parameter
ERROR_NO_SECURITY_HASH – no security hash has been provided when the call was made
NO_WS_ALT_USER_ID_INFOFIELD_SET - the company doens't have the wsAltUserId infofield set on which we can check if the user exists.
NO_ID_RECEIVED - in case no p_wsAltUserId is provided.
NO_INFO_FOUND_WITH_WSALTUSERID - there is no info data in EasySecure which correspondes to the p_wsAltUserId supplied
NO_USER_FOUND_WITH_WSALTUSERID - there is no User which identifies with the supplied p_wsAltUserId
In case of success, OK is returned
Sample
Response