Classic APIs
ClassicGroupsApi
removeAllGroupWallPostsMadeByUser

removeAllGroupWallPostsMadeByUser

Removes all group wall posts made by a specific user.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group.
userIdIdentifierThe id of the user.

Example

const { data: success } = await ClassicGroupsApi.removeAllGroupWallPostsMadeByUser({
  groupId: 5850082,
  userId: 45348281,
}); 

Endpoint

GET /v1/groups/{groupId}/wall/users/{userId}/posts