The title of the tool that removes hyperlinks.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    unlink: "Remove hyperlink"
  }
});
</script>
In this article