diff --git a/src/api/teams-tutorial.mdx b/src/api/teams-tutorial.mdx index f66b5d9ee603f..56d0f0d37aa31 100644 --- a/src/api/teams-tutorial.mdx +++ b/src/api/teams-tutorial.mdx @@ -67,8 +67,6 @@ You can find your organization ID in the browser URL of your Sentry instance. Fo ```bash curl "https://sentry.io/api/0/organizations/$SENTRY_ORG_ID/teams/?detailed=0" \ -H 'Authorization: Bearer '$SENTRY_AUTH_TOKEN - `` - ``` 1. Here's an example of what the output of the command should be, for an organization that has a team called "test-team":