Delete all records in view
documentedDelete all records in the specified view. Evidence: documented endpoint DELETE /openapi/views/{viewId}/records/all. Source: turn12search0.
DELETE /openapi/views/{view_id}/records/allViewsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://go.trackvia.com/openapi/views/{{$view_id}}/records/all?user_key={{TRACKVIA_API_KEY}}" \
-X DELETE \
-H "Accept: application/json" \
-H "Content-Type: application/json"