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