rescindConsent

This method rescinds consent for a user and removes their consent once their loan has closed. This method also locks the user's SDX account.

Request Parameters

Parameter Type Requirements Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.
revokedUsername xsd:string mandatory - cannot be null or empty The username for which consent is being rescinded.

Response

Response Type: String

The end user will receive an error message if there was an error which will be prefixed with ERROR : xxxxxxx

Otherwise, if all is good OK is returned

e.g.

ERROR : No context Id for user xxx@yyy.com

Or

OK