post
https://api.fulcrumapp.com/api/v2/batch//operations.json
Using the batch operations API, you can bulk delete records from a form or update project, assignee, or status values on multiple records.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
POST /api/v2/batch/:id/operations
{
"operations": [
{
"action": "delete",
"resource": "record",
"query": "select \_record_id as id from \"{{formId}}\" where \_status = 'Approved'",
},
{
"action": "delete",
"resource": "record",
"ids": [ "{{recordId0}}", "{{recordId1}}" ],
}
]
}