API Methods: groups.deletePost



Description

Deletes posts from a group


Authentication

This method requires authentication with 'write' permission.

Required parameters

  • group_id :
    the id number of the group. The list of group ids is available from the groups.getList call.
  • post_id :
    the id number of the post. The list of post ids is available from the groups.getPosts call.

Optional parameters

  • None

Example response

<?xml version="1.0"?>
<response status="ok" time="Wed, 30 Apr 2008 15:43:01 -0500">
    <group_posts count="1">
        <group_post>
            <status>
                <![CDATA[ok]]>
            </status>
        </group_post>
    </group_posts>
</response>