Overview
internal. Remove the site logo
Implementation Notes
The system defaults to the MindTouch Deki Wiki logo when the site logo is removed.
Code Samples
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();