Delete custom firmware
The following sample request deletes a custom firmware.
Request
DELETE /ws/v1/firmware/inventory/{vendor_id}/{device_type}?firmware_version={firmware_version}
Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
vendor_id | hex string | Yes | The vendor ID of the firmware (for example: FE00000A). |
device_type | string | Yes | The device type of the firmware. |
firmware_version | string | Yes | The version of the firmware. |
artifact_id | string | No | The artifact ID of the firmware. Do not specify the artifact ID for the main firmware image, that is, the image that will be sent to the device. |
Response
This request does not return a response unless there is an error.