# Deprecations

Deprecated endpoints and fields with migration windows.

<!-- docs-source -->
Source: https://learning.monetizekit.app/docs/changelog/deprecations
<!-- /docs-source -->

## Deprecation policy

MonetizeKit provides a minimum of one minor release with warnings before removal; enterprise deployments may receive extended windows. See the [Migration Guide](/docs/guides/migration) for how to detect and roll out around a deprecation safely.

## Deprecated surface

| Item | Type | Deprecated | Removal | Migration | Guide |
| --- | --- | --- | --- | --- | --- |
| `GET /integrations/legacy-webhooks` | endpoint | 2026-02-01 | v2.4 (2026-09-30) | Use /webhooks/endpoints for endpoint management and replay operations. | [Migration guide](/docs/changelog/deprecations) |
| `Plan.legacyFlags` | field | 2026-02-01 | v2.4 (2026-09-30) | Replace legacyFlags with typed entitlements arrays. | [Migration guide](/docs/changelog/deprecations) |
| `LegacyPlan` | type | 2026-01-10 | v2.4 (2026-09-30) | Move all references from LegacyPlan to Plan. | [Migration guide](/docs/changelog/deprecations) |