Disable Key
- Print
- PDF
Disable Key
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/disable
Change the key's status to Disabled.
Note
It is applied to all versions of the key.
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) |
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"status": "string",
"statusDate": 0
}
}
Was this article helpful?