delete https://{server}/dtable-server/api/v1/dtables//column-options/
Use this request to remove single select or multiple select options that you don't need any more. Thes deleted options will be removed from the entries containing them.
In the request body:
table_name
is the name of the table;
column
is the name or the key
of the single/multiple select column;
option_names
is a list of options you'd like to delete.