Disables a validation key
Allows disabling validation key even if it has not expired yet. It is not allowed to enable the validation key back. Another key has to be used for future validations.
PATCH
TypeScript
Path Parameters
The unique identifier for the validation key provided by Fireblocks
Example:
"46a92767-5f93-4a46-9eed-f012196bb4fc"
Body
application/json
Disable validation key
Example:
false
Response
Modified validation key data
External validation key id set by Fireblocks.
Required string length:
36Example:
"46a92767-5f93-4a46-9eed-f012196bb4fc"
PEM encoded public key used for the validation.
Example:
"-----BEGIN PUBLIC KEY ... END PUBLIC KEY-----"
Required range:
x >= 1Example:
365
True if the validation key is enabled.
Example:
false
Creation date (timestamp) in milliseconds.
Example:
12345633
TypeScript