OverviewAuthentication

Forms

List All Forms GETCreate Form POSTUpdate Form PATCHDelete Form DELETEDuplicate Form POSTGet Form Overview GET

Submissions

Create Submission POSTList Many Submissions GETGet Submission GETDelete Submission DELETE

Files

Get File GET

Analytics

View Form Analytics GET

Usage

Get Usage Information GET

Delete Form

DELETE/v1/forms/{form_id}

Deletes a form together with all submissions. This action is irreversible.

Authorization

x-api-key<token>

In: header

x-team-id<token>

In: header

Path Parameters

form_idstring

Response Body

curl -X DELETE "https://forms.vexrun.com/v1/forms/string"
Empty
{
  "message": "string"
}

Update Form PATCH

Previous Page

Duplicate Form POST

Next Page

curl -X DELETE "https://forms.vexrun.com/v1/forms/string"