removeAllGroupWallPostsMadeByUser
Removes all group wall posts made by a specific user.
Parameters
| Name | Type | Description |
|---|---|---|
| groupId | Identifier | The id of the group. |
| userId | Identifier | The id of the user. |
Example
const { data: success } = await ClassicGroupsApi.removeAllGroupWallPostsMadeByUser({
groupId: 5850082,
userId: 45348281,
}); Endpoint
GET /v1/groups/{groupId}/wall/users/{userId}/posts