public. Mark a comment as being deleted. This hides comment content from non admins
None
Use GET:pages/{pageid}/comments to retrieve a list of comments on a specified page.
The following code example deletes the second comment on the home page:
Plug p = Plug.New("http://deki-hayes/@api/deki"); p.At("users", "authenticate").WithCredentials("admin", "password").Get(); p.At("pages", "home", "comments", "2").Delete();
Viewing Details:
Table of contents
Overview
public. Mark a comment as being deleted. This hides comment content from non admins
Uri Parameters
Query Parameters
None
Return Codes
Message Format
None
Implementation Notes
Use GET:pages/{pageid}/comments to retrieve a list of comments on a specified page.
Code Samples
The following code example deletes the second comment on the home page:
Plug p = Plug.New("http://deki-hayes/@api/deki"); p.At("users", "authenticate").WithCredentials("admin", "password").Get(); p.At("pages", "home", "comments", "2").Delete();Retrieved from "http://wiki.developer.mindtouch.com/index.php?title=MindTouch_Deki/API_Reference/DELETE:pages%2F%2F%7Bpageid%7D%2F%2Fcomments%2F%2F%7Bcommentnumber%7D"