2.8 Cancel SSL Subscription
2.8.1 API Information
| Test Environment | |
|---|---|
| Production Environment | https://portal.racent.com/ssl/cancel |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | This API is used to cancel an SSL subscription. An SSL subscription can only be canceled when it is in the following statuses: Pending Application, Application in Progress, and Issued (issued for no more than 30 days). |
2.8.2 Parameter Definition
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate a token. |
| certId | String | Y | Racent certificate ID |
| reason | String | Y | Cancellation reason |
Function Response
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Response status. For details, see Appendix 3.1 |
| errors | Object or String | N | Specific error information when the response status indicates an error. |