Removes firmware
DELETE/iot/firmwares/:firmwareId
Authorization: http
name: bearerAuthtype: httpscheme: bearerbearerFormat: JWTdescription: * Users access: "Authorization: Bearer <user_token>"
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
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://connhex.com/iot/firmwares/:firmwareId' \
-H 'Authorization: Bearer <TOKEN>'