Skip to main content
DELETE
Remove a column from a vault

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The vault ID

columnId
string<uuid>
required

The column ID from GET /vaults/{id}/columns. Built-in columns report id: null and cannot be addressed here.

Response

Column removed

deleted
boolean
required

Always true on success

Last modified on September 25, 2026