Skip to main content
DELETE
Bulk delete submissions

Authorizations

Authorization
string
header
required

Authentication using either a FormBnB session JWT (issued by /auth) or an API key (prefixed with sk_). Both token types are passed as Bearer tokens in the Authorization header.

Path Parameters

id
string
required

Form ID

Body

application/json
submissionIds
string[]
required

Array of submission IDs to delete

Minimum array length: 1

Response

Submissions deleted successfully

success
boolean
required
deleted
number
required