Skip to main content
DELETE
/
api
/
v1
/
missions
/
{missionId}
/
checkpoints
/
{checkpointName}
Remove mission checkpoint
curl --request DELETE \
  --url http://localhost:3000/api/v1/missions/{missionId}/checkpoints/{checkpointName} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": null
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.

Path Parameters

missionId
string
required
checkpointName
string
required

Response

Updated mission

ok
boolean
required
data
unknown