esi-issues
esi-issues copied to clipboard
Revenant 22.02 2025-03-12 - Disband Fleet Endpoint
Feature Request
Disband Fleet endpoint
DELETE /fleets/{fleet_id}/
OR ?
~~GET /fleets/{fleet_id}/disband/~~
Revenant Major Update 22.02 2025-03-12.1 added a Disband Fleet Button, so you dont have to Kick each member indivudually from a fleet
Use case
Fleet commanders using external tools to manage their Fleet Composition
- Incursion Waitlists
- Blops/Carrier Conduits managing 30-person squads
Authentication
esi-fleets.write_fleet.v1
Example return
204 Fleet Disbanded
Checklist
Check all boxes that apply to this issue:
- [x] Feature request description is provided
- [x] Use case exists
- [x] Feature requires a new route
- [ ] Feature adds data to existing route
- [ ] Feature requires new auth scope
- [x] Feature can reuse existing scope
- [ ] Feature does not require auth
- [ ] Meta feature, applies to all routes
Just a small observation: a GET should never have side-effects. In other words: you should never do a command via a GET. So the second URL suggestion is not viable. But the first seems reasonable enough. Disbanding is basically deleting a fleet :)