youfiliate_delete_smart_link
ActiveTool of youfiliate-mcp
Delete a smart link permanently. The short URL will stop working. IMPORTANT: Always confirm with the user before executing this action. The `confirm` parameter must be set to true. This is a destructive action that cannot be undone — the slug becomes available for reuse after a cooldown period. Does NOT affect other links or YouTube descriptions. Common errors: - Smart link not found: check the ID. - confirm=False: you must set confirm=True after getting user confirmation.
Parameters schema
{
"type": "object",
"$defs": {
"DeleteSmartLinkInput": {
"type": "object",
"title": "DeleteSmartLinkInput",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"title": "Id",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
"description": "Smart link UUID to delete"
},
"confirm": {
"type": "boolean",
"title": "Confirm",
"default": false,
"description": "Must be set to true to confirm deletion. IMPORTANT: Always confirm with the user before setting this to true."
}
},
"description": "Input for deleting a smart link.",
"additionalProperties": false
}
},
"title": "youfiliate_delete_smart_linkArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/DeleteSmartLinkInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries