版本:202201
取消周期性应用收费
DELETE/openapi/2022-01/recurring_application_charges/:charge_id
取消周期性应用收费订阅。
请求
Path参数
charge_id string必填
收费 ID。
响应
- 200
- 404
- 422
200
- application/json
无 Schema
404
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"Record not found"
]
}
{
"errors": [
"Record not found"
]
}
422
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"ChargedId is required"
]
}
{
"errors": [
"ChargedId is required"
]
}