Cancel rotation job
- Print
- PDF
Cancel rotation job
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Cancel the rotation operation that the secret is running.
POST https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/cancel-rotation
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret identifier |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": "null"
}
Was this article helpful?