# `404`- Not found ## Description The server cannot find the requested resource. ## How to fix Make sure that the requested resource is properly requested and is not expected to be missing (e.g. after deleting this resource). ## Example ```http HTTP/1.1 404 Not Found content-length: 160 content-type: application/problem+json date: Mon, 11 Oct 2021 10:42:01 GMT upvest-request-id: 2970a7ac-cbcb-4744-8e38-50e70cac8e7b { "type": "https://docs.upvest.co/errors/not_found", "status": 404, "title": "Not found", "request_id": "2970a7ac-cbcb-4744-8e38-50e70cac8e7b" } ```