Skip to main content
POST
Record a deletion tombstone

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Body

application/json
seq
integer
required

Positive integer chain sequence number. Must appear as a problem of kind "gap" in the latest stored verification (see GET /v1/audit/verify) or the call is refused.

reason
string
required

Why the slot was lost. Trimmed; at least 10 characters; stored up to 500 characters. Upserting an existing seq replaces the reason.

Response

201 { seq, reason, created_at }

The response is of type object.