DELETE a follow for a user by user id.
DELETE a follow for a user by username.
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
FollowingId |
int? |
Either FollowingId or FollowingName is required. |
是 |
||
|
FollowingName |
string |
Either FollowingId or FollowingName is required. |
是 |
||
|
FollowerId |
int? |
Either FollowerId or FollowerName is required. |
是 |
||
|
FollowerName |
string |
Either FollowerId or FollowerName is required. |
是 |