Delete Form

DELETE/v1/forms/{form_id}

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

Authorization

x-api-key x-team-id
x-api-key<token>

In: header

x-team-id<token>

In: header

Path Parameters

form_id*string

Response Body

application/json

application/json

fetch("https://example.com/v1/forms/string", {  method: "DELETE"})
Empty
{
  "message": "string"
}