As a consumer, When I send a delete request to 'api/v1/pets/:id' endpoint, the pet is removed from the database and a HTTP status 2xx is returned
As a consumer,
When I send a delete request to 'api/v1/pets/:id' endpoint,
the pet is removed from the database
and a HTTP status 2xx is returned