用户释放购买产品的实例时,云市场调用该SPI,服务商将对应的实例进行删除。
参数
参数 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
action | true | String | 固定值:releaseInstance |
instanceId | true | String | 实例 ID |
isRefund | true | String | 是否已退款,可选值:true / false |
orderId | false | String | 订单ID |
token | true | String | 安全令牌 |
返回值
参数 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
success | true | Boolean | 是否成功 |
调用示例
http://example.aliyundoc.com?token=920704d52c2f0db89fd5d472f2819ec3&action=releaseInstance&instanceId=1
返回示例
{
"success": "true"
}