Skip to main content
DELETE
Remove an asset association from a feature memory entry.

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Path Parameters

feature_key
string
required

Query Parameters

asset_type
enum<string>
required
Available options:
automation,
dashboard,
dataset,
deployment,
model,
pipeline
asset_id
string
required

Response

Successful Response

asset_type
enum<string>
required
Available options:
automation,
dashboard,
dataset,
deployment,
model,
pipeline
asset_id
string
required

Stable id of the associated dataset, pipeline, model, deployment, dashboard, or automation.

Required string length: 1 - 255
id
string<uuid>
required
feature_id
string<uuid>
required
organisation_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
asset_name
string | null
Maximum string length: 255
usage_notes
string | null

Optional note describing how this asset uses the feature.

Maximum string length: 4000
annotations
Annotations · object

Optional metadata such as metric names, expected ranges, owners, or review hints.

created_by_member_id
string<uuid> | null
updated_by_member_id
string<uuid> | null