Automette docs

Disconnect a form from its template

DELETE
/api/v1/forms/{id}/docgen

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/forms/string/docgen"
{  "connected": false}