Automette docs

Delete a form

DELETE
/api/v1/forms/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

Query Parameters

permanent?"1"

Set to 1 to delete outright rather than trash. Irreversible, and takes the responses with it.

Value in

  • "1"

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/forms/string"
{  "ok": true,  "id": "cm4frm2xy0001kp04a7c9v1de",  "permanent": false}