Last Updated: Feb 14, 2022
Use this function to delete a Google Doc from the drive.
Delete Document (document_id, private_key, client_email)
Input Parameter Name | Description |
---|---|
document_id | Name of the document |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Delete Document (XYZ123, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Docs functions, click here.