Skip to main content
POST
Unlink knowledge feature from document family

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

Request to link or unlink a knowledge feature to/from a document family.

featureId
string<uuid>
required

ID of the knowledge feature to link or unlink.

Response

Updated document family with remaining features

A document family groups related content objects representing a single logical document, tracking its processing lifecycle.

changeSequence
integer<int32>

Optimistic locking version number.

contentObjects
object[]

Content objects belonging to this document family, ordered by index.

created
string<date-time> | null

Original file creation date.

createdOn
string<date-time>

Timestamp when the document family was created.

deleteUserEmail
string | null

Email of the user who deleted the document family.

deleted
boolean

Whether the document family has been soft-deleted.

deletedDate
string<date-time> | null

Timestamp when the document family was soft-deleted.

documentStatus
string | null

Current processing status of the document.

documentTaxonValidations
object[]

Validation results against the document taxonomy.

executionTargets
object

Processing execution targets for this document.

id
string

Unique identifier (UUID) for the document family.

Example:

"b1234567-89ab-cdef-0123-456789abcdef"

locked
boolean

Whether the document family is locked for processing.

metadata
object

Document metadata extracted during processing.

metadataSource
object

Maps metadata keys to their source content object IDs.

modified
string<date-time> | null

Original file modification date.

originalPath
string | null

Original path before soft-deletion or rename.

path
string

File path or name of the document.

Example:

"invoices/2025/q4/invoice-001.pdf"

pendingProcessing
boolean

Whether the document family is queued for processing.

size
integer<int64>

File size in bytes.

Example:

245760

statistics
object | null

Document family statistics contain processing metrics for a document family.

storeRef
string

Reference to the document store containing this document family.

summary
string

AI-generated summary of the document content.

updatedOn
string<date-time>

Timestamp when the document family was last updated.

uuid
string

Secondary UUID identifier.