Skip to main content
DELETE
/
utils
/
context-packs
/
{name}
/
soft-fk-edges
/
{edge_id}
Soft delete a soft FK edge
curl --request DELETE \
  --url https://api.example.com/utils/context-packs/{name}/soft-fk-edges/{edge_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z",
  "status": "deleted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

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