Back to all status codes
410
Gone
The requested resource is no longer available and will not be available again.
Common Causes
- •Resource permanently deleted
- •API endpoint deprecated
- •Content removed
Fix Solutions
Remove references
Remove or update all links to this resource.
Code Examples
# Return 410 for deleted resources
location /old-api {
return 410;
}