Skip to main content
DELETE
Clear an accessory custom field value
Key: Write Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Path Parameters

accessoryId
string
required
customFieldId
string
required

Response

default - application/json
field
object
required
value
required

Current stored value for this field on this accessory, or null when unset. For SELECT / MULTI_SELECT the value is the option id (or array of ids). For CHECKBOX it is a boolean. For DATE it is an ISO date string.