delete https://{appid}.api-{region}.cometchat.io/v3/roles//restrictedfeatures
Allow features access for a given role.
For a detailed description of the Restrict features properties please visit here
Request sample:
DELETE /roles/:role/restrictedfeatures HTTP/1.1
Content-type: application/json
Accept: application/json
{
"featuresToAllow": ["array of strings"],
"allowAll": boolean
}