How can we help?

Searching:

0 results found

Products/RemoveFirmwareFile

GET /odata/Products/[productId]/RemoveFirmwareFile

Description

Removes a firmware file from the Axonize repository.

See the following for request and response details ‒

See Also

Request ‒ Products/RemoveFirmwareFile

Parameter Type Description Mandatory
productId String This is the unique identifier automatically assigned by Axonize when a Product is created. This product ID is returned in the response of the Products/Post. Y
FileId String This is the unique identifier of the firmware file to be deleted. A file ID is automatically assigned by Axonize when a firmware file is created. This FileId is returned in the response of UploadFirmwareFile. Y

Example Products/RemoveFirmwareFile Request

curl -X POST \

  https://api.axonize.com/odata/products/{ProductId}/RemoveFirmwareFile \

  -H ‘Accept: application/json, text/plain, */*’ \

  -H ‘Content-Type: application/json’ \

  -H ‘FirmwareVersion: 1.0.2.5’ \

  -H ‘x-filename: firmwareversion1234.exe’ \

  -d ‘{“fileId”: “{FileID}”}’

Response ‒ Products/RemoveFirmwareFile

Status 200 – OK