v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Forms

Delete a form

Delete a form by its ID. This will also try to delete the associated datastore.

delete/api/v2/forms/{form_id}

Path parameters

form_idstring uuid required

The ID of the form.

Response

OK

Example response

{
  "data": {
    "id": "844dfd88-aa84-4db4-8979-e7bdbb9c1dc3",
    "type": "forms"
  }
}