Skip to main content

Delete comment

Deletes comment by ID

Function DeleteComment(Val Token, Val ObjectID, Val CommentID) Export

ParameterCLI optionTypeRequiredDescription
Token--tokenStringToken
ObjectID--objectStringIdentifier of the file or directory where the comment is located
CommentID--commentStringComment identifier

Returns: Map Of KeyAndValue - serialized JSON response from Google


1C:Enterprise/OneScript code example
    Token      = "ya29.a0AeXRPp7yIYtWir0wC7l09O27fzCyaFxBylix9NPJ_QNA1wB4QVUrG4U7Fr2QSwtfnWG7ZYf6VNrnekZ-jXtryEWp_DVIDnn_y8ABtqeWr...";
Identifier = "1Zw1gcXzKA8iyhPpSv8Sg0wcqss9cJR2i";
CommentID = "AAABfhGA-6I";

Result = OPI_GoogleDrive.DeleteComment(Token, Identifier, CommentID);
    oint gdrive DeleteComment \
--token "***" \
--object "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \
--comment "AAABfwGWt-A"
Result
null