diff --git a/articles/api/authentication/_passwordless.md b/articles/api/authentication/_passwordless.md
index 29fe6e39d6..bab9b13a97 100644
--- a/articles/api/authentication/_passwordless.md
+++ b/articles/api/authentication/_passwordless.md
@@ -206,7 +206,7 @@ Once you have a verification code, use this endpoint to login the user with thei
| `otp`
Required | The user's verification code. |
| `audience` | API Identifier of the API for which you want to get an Access Token. |
| `scope` | Use `openid` to get an ID Token, or `openid profile email` to also include user profile information in the ID Token. |
-| `redirect_uri` | A callback URL that has been registered with your application's **Allowed Callback URLs**. |
+| `redirect_uri`
Required | A callback URL that has been registered with your application's **Allowed Callback URLs**. |
### Test with Authentication API Debugger