delete https://appId.api-us.cometchat.io/v3/users//blockedusers
Unblocks the specified user
For a detailed description of the blocked user properties please visit here
Request sample:
DELETE /users/:uid/blockedusers HTTP/1.1
Content-type: application/json
Accept: application/json
{
"blockedUids": ["array of strings"]
}