Skip to main content

DELETE /v1/forms/:id

Archives a form, which is a soft delete. The form will no longer be accessible via the API for retrieval or submissions.

Path Parameters

Example Request

curl -X DELETE "https://api.example.com/v1/forms/form_123" \
     -H "Authorization: Bearer <YOUR_API_KEY>"

Example Response

{
  "success": true
}