FACT_core
FACT_core copied to clipboard
How to use REST API to delete firmware
The FACT version you are using
No response
Your question
How to use REST API to delete firmware
Hi, there is currently no way to delete a firmware using the REST API. Thank you for the suggestion, though. We will probably add one. In the meantime there could be a workaround, though: If you don't have authentication enabled, you can send a GET request to /admin/delete/<UID>
which should also trigger the deletion.