> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Unshare Agent

> Make a mosaic private again so its shared link stops working.

## Request

```bash theme={null}
curl -X DELETE "https://api.mosaic.so/agent/123e4567-e89b-12d3-a456-789012345678/share" \
  -H "Authorization: Bearer mk_your_api_key"
```

## Response

```json theme={null}
{
  "agent_id": "123e4567-e89b-12d3-a456-789012345678",
  "name": "Q3 recap",
  "visibility": "private",
  "share_url": null
}
```
