rozod
    Preparing search index...

    Variable deleteGroupsGroupidRelationshipsGrouprelationshiptypeRelatedgroupidConst Api Param

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

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