Skip to main content
Version: 8.5.0

DELETE a Hardware Asset Component

You can delete the details of the hardware tab's component. Here the BIOS details are deleted.

note

You can perform CRUD operations for all the components of Computer Hardware and its sub- asset types.

URL: https://{{server-url}}/api/v1/asset/discoveryComponent/{component_type}/{id}

Example: https://{{server-url}}/api/v1/asset/discoveryComponent/bios_component/1

Request

curl --location --request DELETE 'https://172.16.11.148/api/v1/asset/discoveryComponent/bios_component/1'

Response

{
"userMessage": null,
"warningMessage": null,
"id": 1,
"success": true
}