Skip to contents

Delete a tiddler

Usage

delete_tiddler(title)

Arguments

title

title of the tiddler to retrieve

Value

no return values

Examples

if (FALSE) {
delete_tiddler("GettingStarted")
}