Take a player off the market
unlist_player_from_marketRemove one of your players from the transfer market, ending its sale listing. Confirm the player ID from get_market first; any offers already made stay active.
Instructions
Take one of the manager's own players back off the market, so it is no longer for sale.
This changes the manager's team. Confirm which player with the user before
calling it. Ids come from get_market, where the manager's own listings are the
ones marked is_mine.
Any offers already received for that player are not cancelled by this — check
get_offers.
Comunio reports no per-player detail here, only an overall status, so unlisted
is what was asked for rather than what was confirmed. Call get_market if it
matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether Comunio reported the request as successful | |
| unlisted | Yes | Player ids the request asked to take off sale |