Delete Form
DELETE
/v1/forms/{form_id}Deletes a form together with all submissions. This action is irreversible.
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"
}