Missing resource versus intentionally removed resource.

Section: Common Web Error Scenarios

404 vs 410

text
text
404 = not found
410 = gone permanently
Explanation

Use `410` when you want to communicate that the resource was intentionally removed and is not coming back.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Common Web Error Scenarios
401 vs 403
Authentication versus authorization.
OpenIn sheettextsame section
301 vs 302 vs 307 vs 308
Choose the right redirect semantics.
OpenIn sheettextsame section
502 vs 503 vs 504
Gateway and availability failures.
OpenIn sheettextsame section
Cache validation codes
Conditional request and cache-related statuses.
OpenIn sheettextsame section
Print only the status code
Useful for scripts and health checks.
OpenIn sheetbash1 tag match
Show timing data
Inspect total time and status code together.
OpenIn sheetbash1 tag match