405 Method Not Allowed

Esto ocurre cuando un determinado endpoint no soporta el método HTTP utilizado.

STATUS:
  405 Method Not Allowed
BODY:
{
  "code": 405001,
  "message": "HTTP Method not allowed.",
  "detail": "HTTP Method not allowed."
}