DELETE /list/
Delete Custom List Value
DELETE
/list/{field_key}
Delete specific list values from a choice-type custom field.
Removes the CustomListValue documents whose _key is in value_key
(repeated query parameter). Only values belonging to field_key are
targeted by the URL path; the deletion itself operates on _key only.
Emits: (direct transaction — no event class)
Required scope: quality:form:update
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Path Parameters
field_key*
Type
Requiredstring
Query Parameters
value_key*
Type
Requiredarray
Responses
Successful Response
application/json
JSON
[
]