---
title: "Bulk Unshare Entities"
method: DELETE
path: "/api/v1/workspaces/current/shared"
tags: ["workspaces"]
---

# Bulk Unshare Entities

`DELETE /api/v1/workspaces/current/shared`

Bulk unshare entities by share tokens for the workspace.

## Request body

- TenantBulkUnshareRequest
  - `share_tokens` string[]
  - `unshare_all` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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