diff --git a/services/auth-app/README.md b/services/auth-app/README.md index 73dcb062f3a..b6800ffb953 100644 --- a/services/auth-app/README.md +++ b/services/auth-app/README.md @@ -91,7 +91,7 @@ When using curl for the respective command, you need to authenticate with a head Example: `token=Z3s2K7816M4vuSpd5` * An active bearer token ```bash - curl --request GET 'https:///auth-app/tokens?token={value}' \ + curl --request DELETE 'https:///auth-app/tokens?token={value}' \ --header 'accept: application/json' \ --header 'authorization: Bearer {token}' ```