rozod
    Preparing search index...

    Variable deleteGroupsGroupidWallPostsPostidConst Api Param

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

    DELETE https://groups.roblox.com/v1/groups/:groupId/wall/posts/:postId Deletes a group wall post. groupId The group id. postId The group wall post id.