---
title: "Unshare a connector from the current workspace."
method: DELETE
path: "/v1/connectors/{connector_id}/share"
tags: ["beta.connectors"]
---

# Unshare a connector from the current workspace.

`DELETE /v1/connectors/{connector_id}/share`

Reverts a workspace-shared connector back to a private, creator-owned connector. Workspace-scoped connections and other members' connections are removed; the creator's own connection is preserved. Only the connector's creator can call this endpoint. Requires the ShareConnectorToWorkspace workspace permission.

## Path parameters

- `connector_id` string, uuid, required

## Response `200`

Successful Response

- MessageResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `61436a496404` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/connectors/:connector_id/share/delete.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/fa73befe1c61?raw)
