Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archives a form by its ID, effectively deleting it.
curl -X DELETE "https://api.example.com/v1/forms/form_123" \ -H "Authorization: Bearer <YOUR_API_KEY>"
{ "success": true }