Delete secret
- Print
- PDF
Delete secret
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Delete a secret. Only secrets with the REVOKE
status can be deleted.
DELETE https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"msg": "",
"data": {}
}
Was this article helpful?