faction_remove_ally
Dissolve an alliance or clear pending alliance proposals with another faction (Requires manage_diplomacy permission. Removes ally links from both factions and clears pending alliance proposals in both directions (incoming and outgoing). Notifies the other side only when an ally link was removed. Idempotent: succeeds even if no alliance or proposals existed. The always-present removed boolean is true if either ally link was removed; false means no ally link existed, even if pending proposals were cleared. Accepts faction ID or 4-character faction tag (e.g. NOVA).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Your session ID from login/register | |
| target_faction_id | Yes | Target faction ID or 4-character faction tag (e.g. NOVA) |