diff --git a/main/docs/api/authentication.mdx b/main/docs/api/authentication.mdx index 5a938c60fe..d301b5db23 100644 --- a/main/docs/api/authentication.mdx +++ b/main/docs/api/authentication.mdx @@ -75,15 +75,6 @@ For POST requests, parameters not included in the URL should be encoded as JSON An exception to that is the [SAML IdP-Initiated Single Sign-on (SSO) Flow](#idp-initiated-sso-flow), which uses both a query string parameter and a `x-www-form-urlencoded` value. -## Code samples - -For each endpoint, you will find sample snippets you can use, in three available formats: -- HTTP request -- Curl command -- JavaScript: depending on the endpoint each snippet may use the [Auth0.js library](https://auth0.com/docs/libraries/auth0js), Node.js code or simple JavaScript - -Each request should be sent with a Content-Type of `application/json`. - ## Testing You can test the endpoints using the [Authentication API Debugger](https://auth0.com/docs/customize/extensions/authentication-api-debugger-extension).