script_projects_deployments_delete
Remove specific deployments of Google Apps Script projects by providing the script ID and deployment ID. Simplifies management of script deployments through integration with the Google Apps Script API.
Instructions
Delete a deployment of an Apps Script project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deploymentId | Yes | The ID of the deployment to delete. | |
scriptId | Yes | The ID of the script project. |