post https://{appid}.api-{region}.cometchat.io/v3/roles//restrictedfeatures
Restrict Features for a given role.
For a detailed description of the Restrict features properties please visit here
Request sample:
POST /roles/:role/restrictedfeatures HTTP/1.1
Content-type: application/json
Accept: application/json
{
"featuresToRestrict": ["array of strings"]
}