DeleteSpreadsheet
Deletes a spreadsheet in Google Workspace
yaml
type: "io.kestra.plugin.googleworkspace.sheets.DeleteSpreadsheet"
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"
Dynamic YES
Spreadsheet ID.
Dynamic YES
Default 120
SubType string
Dynamic YES
Default ["https://www.googleapis.com/auth/spreadsheets"]
The GCP scopes to used
Dynamic YES
The GCP service account key
The spreadsheet id.