Removes a component from a device
DELETE/devices/:device_id/component/:catalog_id
This endpoint allows a program to remove a component from a device.
Request
Path Parameters
device_id stringrequired
ID of the device
catalog_id stringrequired
Catalog ID of the component
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...