DELETE a friendship for a user by user ids.
DELETE a friendship for a user by usernames.
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
RequestorId |
int? |
Either the RequestorId or the RequestorName is required. |
否 |
||
|
RequestorName |
string |
Either the RequestorId or the RequestorName is required. |
否 |
||
|
RequesteeId |
int? |
Either the RequesteeId or the RequesteeName is required. |
否 |
||
|
RequesteeName |
string |
Either the RequesteeId or the RequesteeName is required. |
否 |