IoT
  1. 网关
IoT
  • 网关
    • 添加网关
      POST
    • 获取网关列表
      GET
    • 移除网关
      POST
  • 设备
    • 添加设备
      POST
    • 获取设备
      GET
    • 删除设备
      POST
  • dapr
    • 未命名接口
      GET
  1. 网关

移除网关

开发中
POST
/api/gateway/delete

请求参数

Body 参数application/json
id
string 
必需
name
string 
必需
type
string 
必需
state
boolean 
必需
desc
string 
必需
remark
string 
必需
dateTime
null 
必需
示例
 {
            "id": "178d0635-e110-4525-8ee1-f9f0b6bc1563",
            "name": "安话外最",
            "type": "amet sunt nisi eu",
            "state": true,
            "desc": "Excepteur dolor aute dolor",
            "remark": "sint qui tempor fugiat",
            "dateTime": null
        }

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/api/gateway/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
            "id": "178d0635-e110-4525-8ee1-f9f0b6bc1563",
            "name": "安话外最",
            "type": "amet sunt nisi eu",
            "state": true,
            "desc": "Excepteur dolor aute dolor",
            "remark": "sint qui tempor fugiat",
            "dateTime": null
        }'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
上一页
获取网关列表
下一页
添加设备
Built with