In my opinion DELETE is the second easiest HTTP verb to implement. Our delete method will, as the name suggests, let our Symfony 4 API consumer delete an Album. In the real world, you likely would restrict the DELETE function to specific users with specific roles.