Missions
Terminate Mission Early
Early-terminates an in-progress mission at a given effective date (end_date, YYYY-MM-DD). If the date is today or in the past, the mission is terminated immediately (status terminated). If the date is in the future, the termination is scheduled and finalized automatically on that date. Same business rules as the Folkyn app.
POST
Authorizations
Use Authorization: Bearer <your_api_key>
Path Parameters
Body
application/json
Early-terminate an in-progress mission. end_date is the effective end date.
Today/past → immediate termination; future → scheduled and finalized on that date.
Response
Success — same object as GET /api/v1/missions/{id}
