Disable Key Version
- Print
- PDF
Disable Key Version
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/versions/{version}/disable
Change the version of the key to Disabled.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) | |
version | Path(Required) | 1 - 100 |
Response
Response body
{
"code": "SUCCESS",
"data": {
"version": 0,
"status": "string",
"statusDate": 0
}
}
Was this article helpful?