http
GET /api/v1/legacy-endpoint HTTP/1.1
Host: api.example.com
HTTP/1.1 410 Gone
Content-Type: application/json
{
"error": "endpoint_removed",
"message": "This endpoint was deprecated and removed",
"deprecated_since": "2025-01-01",
"removed_since": "2025-07-01",
"migration_guide": "https://api.example.com/docs/migration-v2"
}