script_projects_deployments_delete
Delete a deployment from an Apps Script project by specifying the script ID and deployment ID. This permanently removes the deployment.
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. |