3.4. Delete individual pokemon based on their ID
Implement a method that answers to DELETE
requests
in the route /api/pokemon/{id}
returning/producing
no content.
If don't yet have a solution for persisting pokemon, feel free to return without actually deleting any pokemon.