Skip to content

Delete a field option

Request

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
Path
idstringrequired

The unique ID of the FieldOption

curl -i -X DELETE \
  'https://api-v2.dash.app/field-options/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Response
No content