DELETE api/Friend/{id}

取消对某用户的关注

Request Information

Parameters

NameDescriptionAdditional information
id
被关注的用户ID

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}