Sign in

Delete all records in view

documented

Delete 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 runs
No 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"
Delete all records in view · TrackVia · OpenIntegrations