D黑奴背锅 文档中心
修仙 API宗门
POST/business/xiuxian/sect/kick_member

宗主将成员踢出宗门。

注意事项

  • 非宗主或权限不足返回 code=1,message='修仙角色已被限制操作'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/sect/kick_member" \  -H "Content-Type: application/json" \  -d '{    "target_business_user_id": 0  }'
{  "code": 0,  "message": "踢出成员成功",  "data": null,  "time": 1779502528}