cigchat_flow_delete_user_field
Delete a user field from a flow. Call once without confirm to review the impact, then confirm to permanently remove it.
Instructions
Delete user field [DELETE /flow/delete-user-field] DESTRUCTIVE: irreversible. Call once without confirm to get an impact statement first. Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| var_ns | Yes | Accepts either the user_field namespace id or the user_field's exact name — the server resolves names automatically. | |
| confirm | No | Confirmation token from this tool's previous "requires_confirmation" response. Call without it first, show the human the impact statement, and only pass the token once they have approved. |