DeleteSpreadsheet
DeleteSpreadsheet
yaml
type: "io.kestra.plugin.googleworkspace.sheets.DeleteSpreadsheet"
Deletes a spreadsheet in Google Workspace
Examples
Deletes a spreadsheet in google workspace
yaml
id: googleworkspace_sheets_delete
namespace: company.team
inputs:
- id: serviceAccount
type: STRING
tasks:
- id: delete_spreadsheet
type: io.kestra.plugin.googleworkspace.sheets.DeleteSpreadsheet
serviceAccount: "{{ inputs.serviceAccount }}"
spreadsheetId: "xxxxxxxxxxxxxxxx"
Properties
spreadsheetId
- Type: string
- Dynamic: ✔️
- Required: ✔️
Spreadsheet ID.
readTimeout
- Type: integer
- Dynamic: ✔️
- Required: ❌
- Default:
120
The read timeout for the request (in seconds)
scopes
- Type: array
- SubType: string
- Dynamic: ✔️
- Required: ❌
- Default:
[https://www.googleapis.com/auth/spreadsheets]
The GCP scopes to used
serviceAccount
- Type: string
- Dynamic: ✔️
- Required: ❌
The GCP service account key
Outputs
spreadsheetId
- Type: string
- Required: ❌
The spreadsheet id.
Definitions
Was this page helpful?