v32

OpenAPI 3.0.3AGPL-3.0-onlyraw.githubusercontent.com2026-08-0178220333.8 KB
pairing

POST /pairing/unpair

Revokes the local member record for the given peer. Success is signalled by 204 No Content with no body (ADR-008 §B Rule 3 — 204 endpoints are NOT enveloped). Errors flow through the shared ApiError carrier and therefore serialize to ApiErrorResponse { code, message, details? } on the wire — the dedicated PairingApiErrorResponse contract only covers the retired libp2p pairing routes, not this revoke path.

post/pairing/unpair

Request body

peerIdstring required

Response

Device unpaired (no body)