v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Parts
Fields
Delete Part Dropdown Field Option
Removes a single option from a Dropdown custom field on parts by name (URL-encoded). Returns 404 if the option does not exist.
delete/v2/parts/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.