Remove Group Member
This API removes members from a group.
Note:
Only the group admins can remove a member from the group.
Endpoints
OAuth Scope
WorkDrive.groups.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/groupmembers/{group_member_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
group_member_idstring(Required)
The unique ID of the group member who will be removed from the group
204 Group member removed successfully {
"errors": [
{
"id": "I007",
"title": "Unauthorized App"
}
]
}
{
"errors": [
{
"id": "R711",
"title": "Error while deleting Group Member"
}
]
}
{
"errors": [
{
"id": "F000",
"title": "General exception"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.