delete_script_project
Permanently delete an Apps Script project from Google Drive. The script project and its Drive file are removed, with possible restoration from Trash within 30 days via web UI.
Instructions
Permanently delete an Apps Script project (Drive-backed).
Side effects: PERMANENTLY deletes the script project via the Drive API (Apps Script projects are stored as Drive files). No undo via API — Drive Trash may still allow restore for up to 30 days via the web UI. For disabling without deletion, remove deployments via manage_deployment instead. Requires the drive full OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| script_id | Yes | Target Apps Script project ID (same as the Drive file ID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |