OratoraDocs
APIReferenceForms

Remove a field

DELETE
/forms/{id}/fields/{fieldId}

Removes a field from a form. The remaining fields are re-packed in order.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Form id.

fieldId*string

Field id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/forms/string/fields/string"
{  "ok": true}