delete_field {trelloR} | R Documentation |
Delete custom field
Description
Delete custom field - this will remove it from all cards on the board.
Usage
delete_field(id, ...)
Arguments
id |
Custom field ID (see |
... |
Additional arguments passed to |
See Also
Other functions to handle custom fields:
add_field_option()
,
add_field()
,
delete_field_option()
,
update_card_field()
,
update_field()
[Package trelloR version 0.8.0 Index]