移除网关
开发中
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}
示例
{}
修改于 2024-04-25 07:24:11