---
title: "Removes the Slack authentication (Roles: user)"
method: GET
path: "/slack/remove/{team}"
tags: ["Team"]
---

# Removes the Slack authentication (Roles: user)

`GET /slack/remove/{team}`

## Path parameters

- `team` string, required

## Response `200`

Success

- Team
  - `_id` string
  - `name` string
  - `subscription_id` string
  - `owner_id` string
  - `users` TeamUser[]
    - `user_id` string
    - `role` 'owner' | 'editor'
    - `subscription_id` string
  - `invitations` TeamInvitation[]
    - `email` string
    - `role` 'editor'
  - `slack_token` boolean

## Other responses

- `400` — Error

---

[API](https://skmtc.net/ludo/apis/ludo-ai-api.md) · [All operations](https://skmtc.net/ludo/apis/ludo-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ludo/ludo-ai-api/revisions/3af866d68651/schema)
