faction_remove_enemy
Return an enemy faction to neutral standing (Requires manage_diplomacy permission. Idempotent: succeeds even if the target was not an enemy. Does not end active wars — use faction_propose_peace for that. 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) |