Skip to main content
POST
Clear enrichment fields on child entities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string
required

Path Parameters

resource_type
string
required
resource_uri
string
required

Body

application/json

Request body for clearing enrichment fields on child entities.

fqn
string
required

FQN of the parent entity whose children will be cleared. Schema FQN (3 segments) clears tables; Table FQN (4 segments) clears columns.

Required string length: 1 - 512
version_change_reason
string
required

Reason for clearing enrichments (recorded in version history)

Required string length: 1 - 500
change_source
string | null

Source of change: manual, ai, automated, etc.

Maximum string length: 64

Response

Fields cleared

Response for clear enrichments endpoint.

parent_fqn
string
required
children_cleared
integer
required

Number of child entities that were updated

items
ClearEnrichmentsItemResult · object[]
required