Develop > API calls > Application design APIs > Dissociate a design from HP Codar

Dissociate a design from Codar

Dissociate an application design from the Codar pipeline management process by removing the Release Pipeline from the application design.

URI Method Parameters Returns
http://[host]:[port]/csa/api/codar/app-design/{applicationDesignId}/dissociateFromCodarApplication POST

Application Design ID

200 - successful
400 - bad request
404 - not found

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/app-design/440af252-741b-4f65-addf-8239f6feb8dd/dissociateFromCodarApplication

The following JSON was returned:

{
"dissociatedTagId": "8a8185bb47b46bbe0147b4c4b8c00006",
"designId": "267fa378-7234-4e8d-b96d-97f62a448cbe",
"designName": "NewD",
"dissociatedTagName": "Codar Application"
}