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.
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○