Skip to main content
DELETE
Deprecate or hard-delete 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

hard_delete
boolean
default:false
reason
string | null
Maximum string length: 1000

Response

Successful Response

key
string
required
hard_deleted
boolean
required
status
enum<string> | null
Available options:
active,
deprecated
version
integer | null
impact_warning
FeatureImpactWarning · object | null