DeleteValueWithCustomData()
For a value with custom data, DeleteValueWithCustomData() deletes the corresponding ciphertext and token from the token vault.
Syntax
public void DeleteValueWithCustomData (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String value, String customData)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
naeUser | string | A Key Manager user with access to the AES and HMAC keys. |
naePassword | string | The Key Manager user’s password. |
dbUser | string | A database user with access to the token table. |
dbPswd | string | The database user’s password. |
tableName | string | This is the Token Vault name and it must be in CAPITAL LETTERS. |
value | string | The plaintext value. |
customData | string | The customer-specific data associated with the plaintext value(s). |
Note
For MySQL, if the customData parameter is null or empty, then the DeleteValueWithCustomData() deletes record based on the value in the vault.