deleteTokenByTokenProperty()
deleteTokenByTokenProperty() API deletes the tokens on the basis of tokenProperty.
Syntax
public SiteBean[] deleteTokenByTokenProperty (String table, TokenProperty deleteCriteria)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
table | string | This is the Token Vault name and it must be in CAPITAL LETTERS. |
deleteCriteria | TokenProperty | The TokenProperty criteria on the basis of which the tokens are deleted. |
Returned values
Returns the array of SiteBean. Refer to SiteBean Class for more details.
Exception
Throws TokenException
:
If table or other parameters are missing or invalid.
If there is a problem with connecting or using the Key Manager or the database.