Delete a deployment
Deployments
Delete a deployment
Permanently deletes a deployment from its endpoint. Remove the deployment from live traffic first; use etag to reject the request if it changed after it was read.
DELETE
Delete a deployment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Endpoint identifier.
Deployment identifier.
Query Parameters
Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.
Response
OK
Empty response returned after a successful delete operation.