diff --git a/src/pages/docs/how-to/use-service-users-with-access-token.mdx b/src/pages/docs/how-to/use-service-users-with-access-token.mdx index 3f68b4d1..da23dff2 100644 --- a/src/pages/docs/how-to/use-service-users-with-access-token.mdx +++ b/src/pages/docs/how-to/use-service-users-with-access-token.mdx @@ -36,11 +36,6 @@ User role allows read-only access, use the admin for write access. It's important to keep your service users secure, as they can provide access to sensitive data and actions within your organization. You should treat your service users like you would treat your own personal account and limit the scope of access granted to the service user. - -## Personal Access Tokens - -Personal access tokens are a type of authentication credential that allow you to access your account and perform actions on behalf of yourself or your organization. - ### What are Personal Access Tokens used for? Personal access tokens are typically used to authenticate API requests to a web service. They are an alternative to using your username and password, and can provide additional security by allowing you to limit the scope of access granted to the token.