Delete Form Fields
kintone-delete-form-fieldsDelete form fields from a kintone app's preview environment to recreate lookup fields when updates fail. Up to 100 fields can be removed at once, excluding status, assignee, and category fields.
Instructions
Delete form fields from a kintone app (preview environment only). Maximum 100 fields can be deleted at once. Cannot delete status, assignee, or category fields. Useful for recreating lookup fields when updates fail. Use kintone-get-form-fields first to verify field codes. Changes require kintone-deploy-app to apply to live app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to delete form fields from (numeric value as string) | |
| fields | Yes | Array of field codes to delete | |
| revision | No | Expected app configuration revision number. If the specified revision number does not match the current app's revision, an error will occur and the update will not be performed. If not specified or set to '-1', the revision number will not be checked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | The new revision number after deletion |