Dismiss a connection

Dismiss a connection so it stops appearing in unacknowledged views. The connection itself is preserved.

Authentication

x-api-keystring

Your Living Brain API key. Create one from the dashboard; keys are scoped to an organization and carry the role of the member they were issued to.

Path parameters

brainIdstringRequired
Brain id
connectionIdstringRequired
Connection id

Headers

x-subject-idstringRequired
Identifies the end user the request is made on behalf of. Brains are owned by a subject, so this determines which brains the caller can see.

Response

idstring
Connection id
tenantIdstring
Owning tenant id
subjectIdstring

Owning subject id (host-defined)

brainIdstring
Owning brain id
pageAIdstring
Identifier of the first page in the pair.
pageBIdstring
Identifier of the second page in the pair.
pageASlugstring
Slug of the first page in the pair.
pageATitlestring
Title of the first page in the pair.
pageBSlugstring
Slug of the second page in the pair.
pageBTitlestring
Title of the second page in the pair.
similaritydouble

Cosine similarity (0-1)

strengthenum
How strongly the two pages are related.
reasoningstring

Model-generated explanation of why these two pages are connected.

sourceenum
Whether the connection was discovered automatically or created by a user.
ackedAtdatetime or null
ISO 8601 timestamp of when a user acknowledged this, or null if still unacknowledged.
createdAtdatetime
ISO 8601 timestamp of when this record was created.
updatedAtdatetime
ISO 8601 timestamp of when this record was last modified.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error