Revoking a Certificate
Function
This API is used to revoke a certificate.
URI
Request
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| reason | Yes | String | Reason for revoking a certificate. The value is a string of 0 to 63 characters. |
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| message | Yes | String | Revocation request result. |
Examples
The following uses the certificate revocation reason "certificate information filled incorrectly" as an example.
- Example request
{ "reason": "certificate information filled incorrectly", } - Example response
{ "message":"success" }or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error codes, see Error Codes.
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot