Skip to main content
DELETE
/
fork
/
{id}
drop a fork
curl --request DELETE \
  --url http://localhost:3917/fork/{id}
{
  "deleted": "what-if",
  "ok": true
}

Path Parameters

id
string
required

Fork id

Response

200 - application/json

Fork deleted (or ok:false if not found).