delete https://{appid}.api-{region}.cometchat.io/v3/users//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"]
}