internal. Remove the site logo
None
| Name | Type | Description |
| authenticate | bool? | Force authentication for request (default: false) |
None
None
The system defaults to the MindTouch Deki Wiki logo when the site logo is removed.
The following code example deletes the site logo:
Plug p = Plug.New("http://deki-hayes/@api/deki");
p.At("users", "authenticate").WithCredentials("admin", "password").Get();
p.At("site", "logo").Delete();