Skip to main content
POST
Archive a ConnectionVault

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
required
Required string length: 1 - 255

Path Parameters

vault_id
string
required
Pattern: ^cvlt_[0-9a-f]{32}$

Body

application/json

An exact empty JSON object with no named properties.

Response

Success

id
string
required
Pattern: ^cvlt_[0-9a-f]{32}$
name
string
required
Required string length: 1 - 255
description
string | null
required
Minimum string length: 1
connection_ids
string[]
required
Pattern: ^conn_[0-9a-f]{32}$
members
object[]
required
access
object[]
required
pack_digest
string
required
Minimum string length: 1
version
integer
required
Required range: x > 0
lifecycle
enum<string>
required
Available options:
active,
archived
created_at
string
required
updated_at
string
required