Delete comments awaiting approval 

To delete a comment that is waiting to be approved, use the HTTP DELETE method.

Only the moderator or owner of the blog can delete a comment awaiting approval. Deleted comments cannot be restored.

See Authenticating requests for information about how to authenticate the request.

To delete a comment awaiting approval...

  1. Retrieve the moderation service document. See Retrieve the Blogs moderation service document for more details.

  2. In the service document, locate the workspace with the <atom:category term="comments-moderation" .../> child element, and then find the collection with the <atom:category term="approval-content" .../> child element, and make a note of the web address in its href attribute.

  3. Send a GET request to the web address you copied from the previous step. In the returned feed, find the comment that you want to delete, and make a note of the web address for it, which is specified in the href attribute of its rel=edit link.

  4. Send a DELETE request to the web address of the edit link of the comment that you noted in the previous step.

Table 1. Atom API request details

Method URI Input and output representations
DELETE Value of the href attribute of the rel="edit" <link> representing the comment in the Comment Approval feed. none


Input

None.


Output

None.

Returned HTTP headers

HTTP/1.1 204 No Content

Error codes


Parent topic

Work with comments that are awaiting approval


   

 

});

+

Search Tips   |   Advanced Search