Delete Product
Delete a product from an LCM environment.
Request
URI
DELETE
https://{api_host}/https://{{host}}:{{port}}/api/v5/lcm/environment/{environmentId}/product/{productId}
COPY
Path Parameters
string
environmentId
Required
ID of the environment
string
productId
Required
ID of the product within the environment
Responses
200
Confirmation for deleting of the product.
Returns TaskResponse of type(s) */*
{
"taskId": "string",
"precedingTasks": [
0
]
}
string
taskId
Required
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
array of integer
precedingTasks
Optional
List of task IDs for tasks that have to be processed before this task can start.
401
Unauthorized access
Returns TaskResponse of type(s) */*
{
"taskId": "string",
"precedingTasks": [
0
]
}
string
taskId
Required
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
array of integer
precedingTasks
Optional
List of task IDs for tasks that have to be processed before this task can start.
Product Operations
POST
Add Integration
POST
Add Product Node
PUT
Configure Certificate
DELETE
Delete Product
DELETE
Delete Product Node
POST
Discover Product
GET
Get All Product Nodes
GET
Get Certificate 1
GET
Get Product Node Spec By Id
PUT
Redeploy Product Node
DELETE
Remove Integration
PATCH
Update All Product Nodes
PUT
Update Integration
PATCH
Update Product Node
PUT
Upgrade Product