Skip to main content

relationships.set_worst

Overview

  • Minimize relationship value for an entity.

Metadata

FieldValue
DisplaySet Relationship Worst
Categoryrelationships
AccessUserCheat
ScopeB2Authority
Tags
AliasesSetRelationshipWorst, relationship.set_worst

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesTarget entity id
relationship_idnamenoRelationship id (optional)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('relationships.set_worst', {
entity_id: 0,
relationship_id: '', // optional
});