From 5d0ed34b66cccd57bffc627cd4050f4970e826d9 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 27 Apr 2022 11:05:15 +0200 Subject: [PATCH] chore: remove code leftover code --- website/docs/api/admin/feature-toggles-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/api/admin/feature-toggles-api.md b/website/docs/api/admin/feature-toggles-api.md index a6e6799de03..c75535657ea 100644 --- a/website/docs/api/admin/feature-toggles-api.md +++ b/website/docs/api/admin/feature-toggles-api.md @@ -7,8 +7,6 @@ title: /api/admin/features Most of this API was deprecated as part of the v4.3 release and will be removed in v5.0. You should use [the project-based API (/api/admin/projects/:projectId)](./feature-toggles-api-v2.md) instead. The deprecated endpoints are marked as such in the document below. ::: - - :::info In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an **admin** token](/user_guide/api-token) and add an Authorization header using the token.