---
title: "Disconnect Streamlabs account"
method: DELETE
path: "/v1/account/streamlabs/connect"
tags: ["stream-alerts"]
---

# Disconnect Streamlabs account

`DELETE /v1/account/streamlabs/connect`

Remove the stored Streamlabs OAuth token.

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Streamlabs disconnected

- StreamlabsConnectResponse — Response model for POST/DELETE /v1/account/streamlabs/connect.
  - `connected` boolean, required — Whether Streamlabs is currently connected

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/grove/apis/grove-api.md) · [All operations](https://skmtc.net/grove/apis/grove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grove/grove-api/versions/f286b48a8105/schema)
