# 删除文档
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
名称 | 值 |
---|---|
地址 | /openapi/v2/doc/del |
请求方式 | POST |
参数 | 见【参数】 |
返回值 | 见【返回值】 |
# header
名称 | 值 |
---|---|
Content-Type | application/json |
# 参数
参数 | 参数类型 | 必须 | 说明 |
---|---|---|---|
access_token | String | 是 | 调用接口凭证 |
guid | String | 是 | 要删除的文档guid |
返回值(响应从的 200为成功,非200为不成功)
{
"code": 200,
"msg": "",
"obj": null
}