Group: Dismiss

Group: Dismiss

解散群组。只有群主有权执行该操作,群组被解散之后,所有成员不可互动该群组。

Request

HTTP request

POST https://www.featapi.com/api/party/group/{id}/dismiss/

Parameters

Path parameters

Parameter nameValueDescription
idstring群组 ID

Authorization

该请求需要授权以下scopes访问权限:

Scopes
party_group

For more information, see the authentication and authorization page.

Request body

无需提交请求体信息。

Response

如果请求成功,该API返回群组的数据在响应体信息。

200 Dismiss a group successfully.

{
    "data": {
        "id": 7009, 
        "name": "解散了这个群组", 
        "creator": 7815769374283, 
        "creator_fullname": "WenWei Yang", 
        "create_time": "2020-06-10T10:26:16.405891Z", 
        "status": 300, 
        "is_valid": true, 
        "bundle_id": null
    }
}

404 Not found

示例返回数据可参考 API Common – Resource Not Found

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code