Routes
Assets
Fields

Delete Asset Dropdown Field Option

Removes a single option from a Dropdown custom field on assets by name (URL-encoded). Returns 404 if the option does not exist.

delete/v2/assets/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

No recorded changes to this endpoint across all 2 revisions of this API.