detokenize is a command that decrypts text with a tokenizer
| Name | Type | Description | Notes |
|---|---|---|---|
| Ciphertext | string | Data to be decrypted | |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| TokenizerName | string | The name of the tokenizer to use in the decryption process | |
| Tweak | string | Base64 encoded tweak for vaultless encryption | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |