Removes firmware
DELETE/iot/firmwares/:firmwareId
Deletes firmware configuration and all its releases
Authorization Action:
core:firmwares:delete
Request
Path Parameters
firmwareId stringrequired
Firmware identifier
Responses
- 204
- 401
- 403
- 404
- 500
Firmware removed
Missing or invalid access token provided
User not authorized to delete firmware
Firmware not found
Unexpected server-side error occurred
Loading...