Unset Scope Permissions
Role Based Access Control
Unset Scope Permissions
Remove a permission from a CometChat group scope with REST API to update role-based access control for group actions.
DELETE
Unset Scope Permissions
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-add-campaigns-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Path Parameters
The group GUID to remove scope permission from
Example:
"supergroup"
The scope identifier (e.g., admin, moderator, participant)
Example:
"admin"
The permission key to unset (e.g., sendMessage, initiateCall, etc.)
Example:
"sendMessage"
Response
200 - application/json
Scope permission unset successfully