Skip to main content
POST
Bulk-clear (soft-archive) persisted edits

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Body

application/json

Filters for bulk-clearing persisted tree edits. Empty = ALL active edits.

paths
string[] | null

Only clear edits at these paths. None = any path.

kinds
string[] | null

Only clear these edit kinds (content/rename/delete/add). None = any kind.

Response

Successful Response

cleared
integer
required