Remove Friends

The API removes friends for a given UID.

For a detailed description of the Friends properties please visit here

Request sample:

DELETE /users/:uid/friends HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "friends": ["array of strings"]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!