企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
**删除用户关系** ``` DELETE /relations/{user_id}?type={type} ``` **type类型** ``` 1 黑名单 2 朋友 ``` **Parameters** |Name|Type|Description| |----|-----|-----------| |user_id|integer|`用户ID`| |type|string|操作关系类型| **Response** <pre> Status:204 No Content { } </pre>