rozod
    Preparing search index...

    Variable deleteGroupsGroupidWallUsersUseridPostsConst Api Param

    deleteGroupsGroupidWallUsersUseridPosts: EndpointGeneric<
        { groupId: number; userId: number },
        Record<string, never>,
        undefined,
    > = ...

    DELETE https://groups.roblox.com/v1/groups/:groupId/wall/users/:userId/posts Deletes all group wall posts made by a specific user. groupId The group id. userId The user id.