DeleteFieldOptions
Delete field selection options
Description
Deletes an option item in the Choice, Radio, and Checkbox fields.
Method
DELETE
Request URL Format
/api/v0/applications/:app-id/datastores/:datastore-id/fields/:field-id/options
URL Params
app-id : Application ID (ID entered from the Hexabase screen)
datastore-id : Data store ID (ID entered from the Hexabase screen)
field-id : Field ID (ID entered from Hexabase screen)
Request URL Sample
DELETE https://api.xxx.com/api/v0/applications/624bea3a879f4e8d8b5dcc6f/datastores/639912c0b1ea5632b8bc0545/fields/63991301fa9223af047f436f/options
Payload
{
"o_ids": [
"09359d99-65d5-49ee-a3b3-c9779cabff61" // Specify the option ID you want to delete
]
}
Response Sample
null