projects
Schedule a CryptoKeyVersion for destruction. Upon calling this method, CryptoKeyVersion.state will be set to DESTROY_SCHEDULED, and destroy_time will be set to the time destroy_scheduled_duration in the future. At that time, the state will automatically change to DESTROYED, and the key material will be irrevocably destroyed. Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to reverse the process.
post/v1/{+name}:destroy
Path parameters
namestring required
Required. The resource name of the CryptoKeyVersion to destroy.
Request body
DestroyCryptoKeyVersionRequest required
Request message for KeyManagementService.DestroyCryptoKeyVersion.
Response
Successful response