DeleteSpreadsheet
yaml
type: "io.kestra.plugin.googleworkspace.sheets.deletespreadsheet"
Examples
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 *Requiredstring
readTimeout integerstring
Default
120
scopes array
SubType string
Default
["https://www.googleapis.com/auth/spreadsheets"]