Remove an element from a form. The element's layout row is also removed, and any conditional logic groups referencing the deleted element are cleaned up. This operation cannot be undone.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
formIdRequiredstringThe ID of the form.
elementIdRequiredstringThe ID of the element.
Edit Element
Update one or more fields on an existing element. Only the fields provided will be overwritten; omitted fields are left unchanged. The element's `type` cannot be changed. This tool can also set `forEventItems` to control checkout-based visibility on order forms. To move a element between the buyer and attendee sections, use `move_element` instead.
Move Element
Move an element to a different position in the form's layout. The `position` is a 0-based row index in the form's `rows` array. For order forms, the `section` parameter moves an element between the buyer and ticket-holder sections, which updates `askAllAttendees` and adjusts `attendeeRowsStart` automatically. If `section` is omitted on an order form, the element stays in its current section. The parameter is ignored for standalone forms.