- Product
- Category
- _User
- _Installation
- Evidence
- Rule
- Device
- _Role
- License
- View
- Crond
- ProductTemplet
- Channel
- LogLevel
- Wechat
- Instruct
- App
- METER
- Gb26875
- System
- Log
- Project
- Group
- Data
- Notification
- TOPO
- _Session
- Menu
- Maintenance
- Timescale
- Permission
- Dict
- Decoder
- OPC
- Devicelog
- aliyun
- FFMPEG
- Article
- Basic
- Dlink
- BACnet
- UniApp
员工离职
正式环境
https://prod.iotn2n.com
正式环境
https://prod.iotn2n.com
DELETE
/iotapi/user
_User
请求参数
Body 参数application/json
department
string
部门ID
示例值:
IjOCg0BC0I
username
string
用户名
示例值:
dgiot_user
示例
{
"department": "IjOCg0BC0I",
"username": "dgiot_user"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://prod.iotn2n.com/iotapi/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"department": "IjOCg0BC0I",
"username": "dgiot_user"
}'
返回响应
🟢201Returns success
application/json
Body
object {0}
示例
{}
🟠400Bad Request
🟠403Forbidden
🔴500Server Internal error