Develop > API calls > Application life cycle APIs > Delete existing lifecycle stage

Delete application lifecycle stage

Deletes an application lifecycle stage.

URI Method Parameters Returns
http://[host]:[port]/csa/api/codar/app-lifecycle/stages/{stageId} DELETE StageId - Id of the lifecycle stage

204 - Deleted successfully and has response no content
400 - Bad request
401 - Authorization failure
500 - Internal Server error

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/app-lifecycle/stages/{stageId}