Delete Team Folder
This API deletes a team folder.
Endpoints
OAuth Scope
WorkDrive.teamfolders.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/teamfolders/{teamfolder_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
teamfolder_idstring(Required)
The unique ID of a team folder.
204 No Content {
"errors": [
{
"id": "U001",
"title": "User not logged in. Please Log in"
}
]
}
{
"errors": [
{
"id": "R008",
"title": "Unauthorized access"
}
]
}
{
"errors": [
{
"id": "U030",
"title": "Invalid operation."
}
]
}
{
"errors": [
{
"id": "R004",
"title": "Invalid resourceId passed. Please use a valid resourceId"
}
]
}
{
"errors": [
{
"id": "R302",
"title": "Minimum one admin should be available"
}
]
}
{
"errors": [
{
"id": "F000",
"title": "General Exception"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.