v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-134796204.9 KB
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