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