Infrastructure/Lifecycle
DELETELifecycleSince 1.0SynchronousAuth Required
UninstallComponent
Uninstall and deregister a lifecycle component by UUID
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the component to uninstall
Responses
DELETE endpoints return an empty object on success, or a standard error structure on failure.
Success Response
{}Error Response
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}Endpoint
DELETE/api/v1/lifecycle/components/{uuid}
/api/v1/lifecycle/components/{uuid}
Request Example
curl -X DELETE '{host}/api/v1/lifecycle/components/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{}Change History
This API has no change history records yet.
