v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
DeploymentService

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/projects/{projectId}/endpoints/{endpointId}/deployments/{id}

Path parameters

projectIdstring required

Project identifier.

endpointIdstring required

Endpoint identifier.

idstring required

Deployment identifier.

Query parameters

etagstring

Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.

Response

OK

DEDeleteResponse required

Empty response returned after a successful delete operation.