Unblock User by User ID
DELETE
/2/users/{source_user_id}/blocking/{target_user_id}Causes the source user to unblock the target user. The source user must match the user context authorizing the request
请求参数
Path 参数
source_user_id
必需
The ID of the user that is requesting to unblock the target user
target_user_id
必需
The ID of the user that the source user is requesting to unblock
示例代码
返回响应
The request was successful(200)
500(500)
The request was successful
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
未设置
最后修改时间: 3 年前