RevokeClientCertificate - 吊销客户端证书

吊销已激活的客户端证书。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID。

1234567890123
Idstring

证书 ID。

baba39055622c008b90285a8838ed09a

返回参数

名称类型描述示例值
object

Schema of Response

SiteIdlong

站点 ID。

1234567890123
SiteNamestring

站点名称。

example.com
Idstring

证书 ID。

baba39055622c008b90285a8838ed09a
RequestIdstring

请求 ID。

15C66C7B-671A-4297-9187-2C4477247A123425345

示例

正常返回示例

JSON格式

{
  "SiteId": 1234567890123,
  "SiteName": "example.com\n",
  "Id": "baba39055622c008b90285a8838ed09a",
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A123425345"
}

错误码

HTTP status code错误码错误信息描述
400Certificate.StatusErrorThe status of the certificate is invalid.证书状态错误。
400MissingSiteIdRequired parameter SiteId missing. Specify SiteId and try again.缺少必填参数SiteId,请指定SiteId参数后重试。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
400Id.MissingParameterThe parameter Id is required.缺少必填参数Id。
403Unauthorized.InvalidTimeThe specified authentication time is invalid.您输入的鉴权时间参数无效,请检查参数值后重试。
403Unauthorized.InvalidTokenToken authentication failed.您输入的token无效,请检查并输入正确的token后进行重试。
404Certificate.NotFoundThe specified certificate does not exist.指定的证书不存在。

访问错误中心查看更多错误码。