latestOpenAPI 3.1.02026-08-1221219711.0 KB
eceb9442ed4d
Routes
Vendors
Fields
Delete Vendor Dropdown Field Option
Removes a single option from a Dropdown custom field on vendors by name (URL-encoded). Returns 404 if the option does not exist.
delete/v2/vendors/fields/{fieldID}/options/{optionName}
Path parameters
fieldIDinteger required
The ID of the dropdown suggested field.
optionNamestring required
The URL-encoded name of the option to delete.
Response
Option deleted successfully.