Delete Comment
This API deletes a specific comment.
Endpoints
OAuth Scope
WorkDrive.comments.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/comments/{comment_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
comment_idstring(Required)
The unique ID of the comment
200 Comment deleted successfully {
"errors": [
{
"id": "U010",
"title": "User not a part of this zsoid"
}
]
}
{
"errors": [
{
"id": "R008",
"title": "Unauthorized access"
}
]
}
{
"errors": [
{
"id": "C003",
"title": "Given comment id is invalid or doesn't exist"
}
]
}
{
"errors": [
{
"id": "R017",
"title": "Current plan does not support to perform this API"
}
]
}
{
"errors": [
{
"id": "F7003",
"title": "Invalid OAuth token"
}
]
}
{
"errors": [
{
"id": "F000",
"title": "General exception"
}
]
}
{
"errors": [
{
"id": "I029",
"title": "Requested resource not available in installed team"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.