http-status-code-400

Why DELETE method doesn't work in FastAPI?

Why DELETE method doesn't work in FastAPI? Question: I want to pass 2 parameters into the handler, to validate it and to proceed work. There are two parameters: id of string type and the date of the DateTime in ISO8601 format. FastAPI always returns 400 error instead of at least return simply parameters back in …

Total answers: 1