delete_script_project
Permanently delete an Apps Script project by its ID. This action cannot be undone, so use it to clean up script projects you no longer need.
Instructions
Deletes an Apps Script project.
This permanently deletes the script project. The action cannot be undone.
Args: service: Injected Google API service client user_google_email: User's email address script_id: The script project ID to delete
Returns: str: Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |