智读表API文档

删除应用(一级目录)

基本信息

API前缀:详见简介

Path: /manage/application/{id}

Method: DELETE

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/x-www-form-urlencoded

路径参数

参数名称 示例 备注
id 1 应用id

Body

参数名称 参数类型 是否必须 示例 备注
access_token text 访问令牌,获取步骤详见 获取或者刷新token

返回数据

{
    "code": 200,
    "msg": "OK",
    "data": null
}