Skip to main content
DELETE
Soft delete a soft FK edge

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Path Parameters

name
string
required

Context pack name

edge_id
string
required

FK edge ID

Response

Successful Response

id
string
required
deleted_at
string<date-time>
required
status
enum<string>
default:deleted

Lifecycle status of a soft FK edge.

Available options:
active,
deprecated,
deleted