deleteTokens()
Delete entries for given tokens from the token vault.
Syntax
public void deleteTokens (Connection conn, String tableName, String[] metaData, String[] tokens) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
tableName | String | Token vault table name. |
metaData | String array | Custom data associated with tokens. |
tokens | String array | Token values to be deleted. |