comments.remove

Introduction

Remove comments made by the current user.

Parameters

Name Type Description
cids string A comma-delimited list of comment IDs to remove
Please remember the user needs to be an authorized user of your site in order to remove comments. Please read the authorization protocol. This requires the manage_comments permission to be set.

Using the PHP Library

<?php
$response
=$newhaze->api->comments_remove(40,41,50);
?>


© 2012 NewHaze   Icons by Pixel Mixer   Help