From 54c563b251141705e33f8803c75f598ace516aa2 Mon Sep 17 00:00:00 2001 From: Cory Guynn Date: Tue, 7 Jan 2025 14:07:37 +0100 Subject: [PATCH] remove legacy v0 docs and references --- config.json | 4 ---- docs/Versioning.md | 18 ------------------ 2 files changed, 22 deletions(-) diff --git a/config.json b/config.json index 423bbcc..37096f2 100755 --- a/config.json +++ b/config.json @@ -96,10 +96,6 @@ "title": "Pagination", "content": "docs/Pagination.md" }, - { - "title": "Path Changes", - "content": "docs/v0-v1-path-operation-changes.md" - }, { "title": "Query Parameters", "content": "docs/QueryParameters.md" diff --git a/docs/Versioning.md b/docs/Versioning.md index 0126992..a1627ef 100644 --- a/docs/Versioning.md +++ b/docs/Versioning.md @@ -23,23 +23,5 @@ These changes include: Any API changes will be described in detail via the [Changelog](https://developer.cisco.com/meraki/whats-new/) -## V0 Deprecation & Sunset - -Now that v1 is the new default version, we will be retiring v0 over time. - -There are two phases to this process: - -- A "Deprecation" response header informing you that this is no longer the preferred version. It will remain operational and supported, yet we encourage you to migrate to the newest version. - - -- A "Sunset" response header informing you when this version is no longer supported and may become unresponsive. - - -### Key Dates - -> Deprecation: **August 5th, 2020** - -> Sunset: **February 5th, 2022** -