Delete audit events
DELETE /api/v1/audit
DELETE
/api/v1/audit
Removes audit events matching the given filters. Supports scoping by project, worktree, and time range.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” projectId
string
Filter by project ID
worktree
string
Filter by worktree ID
since
string
Delete entries after this timestamp (RFC3339)
until
string
Delete entries before this timestamp (RFC3339)
Responses
Section titled “ Responses ”OK
object
deleted
integer
Internal Server Error
object
code
string
error
string