POST https://[endpoint].ctapi.ctyun.cn/v1/api/unloadAuth
Content-Type:application/json
请求体参数说明:
参数名 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|
id | Integer | 是 | id |
prodInstId | String | 是 | 实例ID |
返回参数说明:
参数名 | 参数类型 | 参数描述 |
---|---|---|
message | String | 描述状态 |
statusCode | Integer | 800-成功 其他失败 |
返回示例:成功
{ "message": "success","statusCode": "800"} |
---|
返回示例:失败
{"returnObj": null,"message": "error","statusCode": 900} |
---|