API Reference

Delete Single/Multiple Select 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.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Body Params
string
required

The name of the table.

string
required

The name of the column.

option_names
array of strings
required
option_names*
Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json