---
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

---

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