Bulk delete form entries

Delete several form entries at once. Provide ids, or explicitly set include to false to delete every entry matching the filters (and every entry outright when no filters are given); an empty body is rejected. The filters match search form entries.

Required permission: Full Write Forms

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-delimited list of form ids.

string

Return entries whose form's name contains the given text.

date-time

Return entries submitted on or after this date.

date-time

Return entries submitted on or before this date.

string

Return entries whose submitted first name contains the given text.

string

Return entries whose submitted last name contains the given text.

string

Text matched against the submitted and linked profile names. When multiple words are given, every word must match.

string

Return entries whose submitted email address contains the given text.

string

Return entries whose submitted phone number contains the given digits.

string

Return entries whose submitted street address contains the given text.

string

Return entries whose submitted city contains the given text.

string

Return entries whose submitted state contains the given text. Use the full state name; abbreviations will not match.

string

Return entries whose submitted postal code contains the given text.

string

Comma-delimited list of campus (location) ids. Use -1 to include entries with no campus. Values come from /api/locations.

string

Comma-delimited list of gender ids matched against the submitted gender. Use -1 to include entries with no gender. Values come from /api/property_values/gender/values.

string

Comma-delimited list of marital status ids matched against the submitted marital status. Use -1 to include entries with no marital status. Values come from /api/property_values/marital_status/values.

boolean

Whether the entry is not matched to a profile (true) or is (false).

int32
≥ 1

The id of the person the entries are linked to.

string

Return entries whose linked event, group or position name contains the given text.

string

Return entries submitted from the given IP address.

string

Comma-delimited list of payment method ids. Values come from /api/property_values/transaction_methods/values.

string

Return entries whose coupon code contains the given text.

double

Return entries that paid at least this amount.

double

Return entries that paid at most this amount.

double

Return entries discounted by at least this amount.

double

Return entries discounted by at most this amount.

double

Return entries with fees of at least this amount.

double

Return entries with fees of at most this amount.

double

Return entries with a net deposit of at least this amount.

double

Return entries with a net deposit of at most this amount.

string

Return entries whose payment confirmation number contains the given text.

string

Return entries whose payment batch name contains the given text.

boolean

Exclude entries linked to a group, position or event.

Body Params

The ids to delete

ids
array of doubles | null

The ids the operation applies to: an include list by default, or an exclude list when include is false. For deletes, required unless include is false.

ids
boolean | null

Whether ids is an include list (true, default) or an exclude list (false). Setting include to false with no ids applies the operation to every record matching the query filters.

Responses
200

OK

401

Authentication is required, or the Ocs-Api-Key header is missing or invalid.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!