delete_script_project
Delete a standalone Apps Script project by providing its Drive file ID. Use dry run to preview the deletion without permanent action.
Instructions
Delete (trash) a standalone Apps Script project by Drive file ID.
Limitation: only standalone script files are supported. Container-bound scripts are not addressable via this Drive-backed deletion path.
Args: user_google_email: The user's Google email address. Required. script_id: Apps Script Drive file ID. dry_run: Preview deletion without mutation. Defaults to True.
Returns: str: Confirmation of preview or deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| script_id | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |