DELETE /field/
Delete Field
DELETE
/field/{field_key}
Delete a custom field and all its associated list values.
Removes the CustomField document and, if the field type is choice,
deletes all linked CustomListValue documents in the same transaction.
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
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}