Home / Resources / API Reference

Lifecycle

Base route: /api/lifecycle

Delete lifecycle

Permanently removes a lifecycle definition from the workspace. This action will affect any active release processes associated with it.

Request

Parameters
lifecycleId
string
required
The ID of the lifecycle to be deleted.
Query string

DELETE /api/lifecycle?lifecycleId=...

Response

200 OK (DeleteResult)