Classic APIs
ClassicGroupsApi
removeGroupWallPost

removeGroupWallPost

Removes a group wall post.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group.
wallPostIdIdentifierThe id of the wall post to be removed.

Example

const { data: success } = await ClassicGroupsApi.removeGroupWallPost({ groupId: 5850082, wallPostId: 2727146317 }); 

Endpoint

GET /v1/groups/{groupId}/wall/posts/{wallPostId}