# Deprecations Every deprecated route/controller/class must use this metadata. No metadata, no deprecation. Just abandoned furniture. | deprecated | route_or_class | replacement_route | replacement_class | sunset_date | owner | removal_ticket | compatibility_notes | |---|---|---|---|---|---|---|---| | true | `/api/v1/example` | `/api/v2/example` | `App\Http\Controllers\Api\V2\ExampleController` | 2027-01-01 | API owner | API-REMOVE-001 | Example row; replace with real deprecated endpoints. |