rozod
    Preparing search index...

    Variable deleteGroupsGroupidRelationshipsGrouprelationshiptypeRequestsRelatedgroupidConst Api Param

    deleteGroupsGroupidRelationshipsGrouprelationshiptypeRequestsRelatedgroupid: EndpointGeneric<
        {
            groupId: number;
            groupRelationshipType: string;
            relatedGroupId: number;
        },
        Record<string, never>,
        undefined,
    > = ...

    DELETE https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/requests/:relatedGroupId Declines a group relationship request. groupId The group id. groupRelationshipType The group relationship type, enemies or allies. relatedGroupId The id of the group you want to accept the relationship request with.