Delete an FieldOption resource, removing it from the set of valid choices for an Field.
When deleting an option within a hierarchy of options all options in the hierarchy below the one being deleted will also be deleted.
Security
bearerToken
The unique ID of the FieldOption
- Productionhttps://api-v2.dash.app/field-options/{id}
- Staginghttps://api-v2.dashstaging.app/field-options/{id}
curl -i -X DELETE \
'https://api-v2.dash.app/field-options/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'