delete_deployment
Delete an Apps Script deployment with an optional dry run to preview changes before mutation.
Instructions
Delete an Apps Script deployment.
Args: user_google_email: The user's Google email address. Required. script_id: The Apps Script project ID. deployment_id: The deployment ID to delete. 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 | ||
| deployment_id | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |