MCP/Tools/Shares/delete_share
delete_share

Delete a share

Free

Permanently delete a share link.

How it works

The public URL stops resolving immediately. Use sparingly — clients with the link saved will see a 404.

Inputs

Name
Type
Required
Description
shareId
string
required
Share to delete.

Returns

{ deleted: true, shareId }

Examples

Clean up an abandoned share

Old client engagement ended. Drop the share rather than letting it expire.

{
  "shareId": "abc123"
}