Categories

Versions

Delete Google Sheets (Cloud Connectivity)

Synopsis

This operator deletes a sheet from a Google Sheets spreadsheet.

Description

The operator attempts to delete the sheet with the given name from the given spreadsheet. If the sheet does not exists, the operator will fail.

Input

  • through

    Pass through ports.

Output

  • through

    Pass through ports.

Parameters

  • connection entry This parameter is used to specify a repository location that represents a connection entry.
  • spreadsheet id The id of the Google Sheets spreadsheet. The id is part of the spreadsheet URL.
  • sheet The name of the sheet to delete.
  • request timeout Specifies how long to wait for the Google Sheets API to respond to a request (in seconds).