1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid

19 lines
306 B
Plaintext
Raw Normal View History

2018-10-02 13:16:58 +00:00
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