On the admin page, we will need to add a button and an api call to delete a tank. The route currently exists in the api when using the DELETE method and calling {{api-domain}}/tanks/id/:id so we should be able to do this without any additional changes. I'm going to ask if they would prefer to change the tank to an inactive state to preserve history but I think this is unlikely.
Add the delete button when a tank is selected and the "Edit tank F#" section is expanded.

On the admin page, we will need to add a button and an api call to delete a tank. The route currently exists in the api when using the DELETE method and calling {{api-domain}}/tanks/id/:id so we should be able to do this without any additional changes. I'm going to ask if they would prefer to change the tank to an inactive state to preserve history but I think this is unlikely.
Add the delete button when a tank is selected and the "Edit tank F#" section is expanded.
