Question: Your API resource does no allow deletion, and a client application attempted to delete the resource. What HTTP response code should you return?

  1. `409 Conflict`
  2. `400 Bad Request`
  3. `406 Not Acceptable`
  4. `405 Method Not Allowed`

Answer: The correct answer of the above question is Option D:`405 Method Not Allowed`