解散
POST api/v1/channel/disband
说明:解散当前群组,仅管理员可操作
Header
Field
Type
Remarks
Authorization
String
Bearer ${unifiedAuthToken} ,其中unifiedAuthToken来自/api/v1/auth接口的返回
Request Parameters
Field
Type
Remarks
channelUuid
String
群组的uuid
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
Object
返回数据
Response Body
Return Code
code
desc
Remarks
0
success
接口调用成功
13107
Not the admin of this group
非当前群组的管理员
13109
The current group type is not supported
当前操作仅支持type=G
Last updated