---
title: "Disconnect Huggingface"
method: POST
path: "/huggingface/disconnect"
tags: ["huggingface"]
---

# Disconnect Huggingface

`POST /huggingface/disconnect`

Disconnect the current user's HuggingFace connection.

Args:
    auth: Authenticated user context.
    service: HuggingFace service.

Returns:
    Whether the connection was disconnected.

## Response `200`

Successful Response

- HuggingFaceDisconnectResponse — Response for disconnecting a HuggingFace connection.
  - `success` boolean, required — Whether the disconnect succeeded.

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/31dfe831e079/schema)
