script_projects_deployments_delete
Remove a deployment from a Google Apps Script project by specifying the script and deployment IDs to manage project versions and clean up unused deployments.
Instructions
Delete a deployment of an Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptId | Yes | The ID of the script project. | |
| deploymentId | Yes | The ID of the deployment to delete. |