Skip to main content

Delete object

Deletes file or directory by ID

Function DeleteObject(Val Token, Val Identifier) Export

ParameterCLI optionTypeRequiredDescription
Token--tokenStringToken
Identifier--objectStringIdentifier of the object to delete

Returns: Map Of KeyAndValue - serialized JSON response from Google


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

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