Delete Group
This API deletes a group.
Note:
Only the team member, who created the group, can delete the group.
Endpoints
OAuth Scope
WorkDrive.groups.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/groups/{group_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
group_idstring(Required)
The unique ID of the group
204 No Content {
"errors": [
{
"id": "R702",
"title": "Error while deleting group"
}
]
}
{
"errors": [
{
"id": "F000",
"title": "General exception"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.