# 日程取消

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /v2/schedule/events/cancel?access_token=ACCESS_TOKEN
请求方式 POST
参数 见【参数】
返回值 见【返回值】

# 参数

参数 参数类型 必须 说明
access_token String 调用接口凭证
biz_id String 业务方唯一ID
timestamp Int 当前时间戳,单位是毫秒,示例:1606709410791
reason String 取消原因
workcode String 日程创建人用户工号

返回值

{
    "code": 200,
    "msg": "",
    "obj": {
        "biz_id": {biz_id},
        "yach_mid": 144090287952801830
    }
}
上次更新: 2/22/2023, 3:23:01 PM
foo