Skip to main content
DELETE
/
forms
/
bulk
Delete multiple forms
curl --request DELETE \
  --url https://formbase.dev/api/v1/forms/bulk \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: Bearer api_xxxxxxxxxxxxx

Query Parameters

ids
string[]
required

Response

Successful response

success
boolean
required