2.9 Cancel SSL Subscription
2.9.1 API Information
| Test Environment | |
|---|---|
| Production Environment | https://portal.racent.com/ssl/revoke |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | This interface is used to revoke SSL subscriptions. An SSL subscription can only be revoked when its status is issued. No refund will be provided to the user upon revocation. |
2.9.2 Parameter Definition
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate the token. |
| certId | String | Y | Racent certificate ID |
| reason | String | Y | Revocation reason |
Function Response
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Response status. For detailed explanations, please refer to Appendix 3.1 |
| errors | Object or String | N | Specific error information when the response status is an error. |