Day 27: DeleteAPI, is there a bug in response

Hi, I am at Day 27: Scenario Testing.

I just want to ask(I may be wrong also) that, Is there a bug in "[Del] Movie delete endpoint" response or can we show better response message, because everytime I click on Send with same parameters I am always getting response as {"message":"movie removed."}

Expected: Movie doesn’t exist, given movie is already removed once.
Actual: Movie removed.

This behaviour is causing confusion to user, he/she needs to revalidate that if correct id is passed as not for the movie to be removed. Given if movie is removed once than we should handle the response message in a better way.

Thanks.