Deletes a deployment of an Apps Script project.
HTTP request
DELETE https://script.googleapis.com/v1/projects/{scriptId}/deployments/{deploymentId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
scriptId |
The script project's Drive ID. |
deploymentId |
The deployment ID to be undeployed. |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/script.deployments
For more information, see the OAuth 2.0 Overview.