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 }