v1
latestOpenAPI 3.0.02026-07-14181255304.7 KBCommunities
Remove participants from community
This method is responsible for remove paricipants from community.
delete/communities/{CommunityID}/participants
Path parameters
CommunityIDstring required
Group ID
Community ID
Request body
Response
OK
Example response
{
"success": true,
"failed": [
1234567890
],
"processed": [
1234567890
]
}