Skip to main content
DELETE
/
context-packs
/
{context_pack_name}
Soft Delete Pack
curl --request DELETE \
  --url https://api.example.com/context-packs/{context_pack_name} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "recoverable_until": "2023-11-07T05:31:56Z"
}

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.

Path Parameters

context_pack_name
string
required

Response

Successful Response

id
string
required
status
enum<string>
required
Available options:
active,
archived,
deprecated,
deleted
recoverable_until
string<date-time> | null
required