mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
created: 20181002112106875
|
|
modified: 20181002124355314
|
|
tags: [[WebServer API]]
|
|
title: WebServer API: Delete Tiddler
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Delete a tiddler
|
|
|
|
```
|
|
DELETE /bags/default/tiddlers/{title}
|
|
```
|
|
|
|
Parameters:
|
|
|
|
* ''title'' - URI encoded title of the tiddler to delete
|
|
|
|
Response:
|
|
|
|
* 204 No Content |