Unofficial dubco-mcp-server

delete_link

Delete a short link on dub.co

Input Schema

NameRequiredDescriptionDefault
linkIdYesThe ID of the link to delete

Input Schema (JSON Schema)

{ "properties": { "linkId": { "description": "The ID of the link to delete", "type": "string" } }, "required": [ "linkId" ], "type": "object" }

You must be authenticated.

Other Tools