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 code, see Error Code
Last Article: Uploading a Certificate
Next Article: Pushing a Certificate
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.