Closes a point-in-time Added in 7.10.0

DELETE /_pit
application/json

Body

  • id string Required

Responses

DELETE /_pit
curl \
 -X DELETE http://api.example.com/_pit \
 -H "Content-Type: application/json" \
 -d '{"id":"string"}'
Request examples
{
  "id": "string"
}
Response examples (200)
{
  "succeeded": true,
  "num_freed": 42.0
}