Skip to main content
Break a link

Authorizations

Authorization
string
header
required

Preferred. A partner access token minted by your partner client with the client-credentials grant — the client you authenticate as, with no member involved. Send it as Authorization: Bearer <access_token> and on no other header. It is a different client from the IdP one that mints member id_tokens, and it is not the member access_token the code exchange returns — see the guide's §5 Authentication.

Headers

x-request-id
string

Optional but strongly recommended: a unique id per request (a UUID is fine). Echoed back as error.requestId so your logs and Bilt's line up. Quote it in every support ticket.

Example:

"6f6b1afd-22e0-4137-a096-b15e41cdc890"

Body

application/json
partnerUserId
string
required

The account whose link you are ending.

Required string length: 1 - 256
Example:

"acme_customer_sandbox_123"

The id of the link episode being ended, as returned on the oauth-link response and on the status read. Required. An id that names nothing you may act on answers 404, exactly as an id that exists nowhere.

Example:

"9f1c2e4a-7b30-4d55-8e21-6c0b9a3f5d78"

Response

Link revoked — or already terminal (idempotent retry). No body.