diff --git a/config/redirects.js b/config/redirects.js index 98a0b350f6..5128709530 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1953,13 +1953,6 @@ const redirects = [ ], to: '/get-started/apis/create-m2m-app-test', }, - { - from: [ - '/api/management/v2/blacklists/get-tokens', - '/api/management/v2/blacklists/post-tokens', - ], - to: '/api/management/v2', - }, /* Single Sign-On */ @@ -2705,10 +2698,6 @@ const redirects = [ from: ['/auth-api', '/api/authentication/reference'], to: '/api/authentication', }, - { - from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ], - to: '/api/management/v2', - }, { from: ['/auth0-apis', '/api/info'], to: '/api',