💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
**删除用户关系** ``` 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>