admin/firmwares/delete

Deletes a firmware permanently. No way to get it back. The related uploaded file will be deleted as well
Params
- id, required, int. Identifier of a firmware being deleted. If a firmware identified by the passed id is missing the method will return Error code 400 and 'ID is invalid' message

{
    "accessToken": null,
    "id": null
}