pairing

POST /pairing/unpair

Revokes the local member record for the given peer and returns the Engine-owned workspace convergence state. Errors flow through the shared ApiError carrier and therefore serialize to ApiErrorResponse { code, message, details? } on the wire.

post/pairing/unpair

Request body

peerIdstring required

Response

tsinteger required

Server time when the response was built (unix epoch milliseconds).

Changes

Changed in 4 of the 44 revisions of this API.10220

  • cdaebaa4d46a56See the full diff
    • removed the required property data/changeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property data/confirmedMemberCount from the response with the 200 status

      response-required-property-removed

    • removed the required property data/removalIntentCount from the response with the 200 status

      response-required-property-removed

    • removed the required property data/waitingMemberCount from the response with the 200 status

      response-required-property-removed

    • removed the required property data/waitingMemberDeviceIds from the response with the 200 status

      response-required-property-removed

    • added the optional property data/pendingRemovalDecisionEventId to the response with the 200 status

      response-optional-property-added

    • removed the waiting_for_offline_member enum value from the data/phase response property for the response status 200

      response-property-enum-value-removed

    • added the required property data/divergedPeerDeviceIds to the response with the 200 status

      response-required-property-added

    • added the required property data/historyEventCount to the response with the 200 status

      response-required-property-added

    • added the required property data/pendingRemovalDecisionDeviceIds to the response with the 200 status

      response-required-property-added

    • added the required property data/upgradeRequiredPeerDeviceIds to the response with the 200 status

      response-required-property-added

  • 8f7087b0267b4112See the full diff
    • removed the required property data/outcome from the response with the 200 status

      response-required-property-removed

    • removed the required property data/pendingRecipientDeviceIds from the response with the 200 status

      response-required-property-removed

    • removed the required property data/pendingRecipients from the response with the 200 status

      response-required-property-removed

    • removed the required property data/removedDeviceIds from the response with the 200 status

      response-required-property-removed

    • removed the optional property data/revocationId from the response with the 200 status

      response-optional-property-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property data/convergenceDigest to the response with the 200 status

      response-optional-property-added

    • added the optional property data/failureCategory to the response with the 200 status

      response-optional-property-added

    • added the required property data/changeCount to the response with the 200 status

      response-required-property-added

    • added the required property data/confirmedMemberCount to the response with the 200 status

      response-required-property-added

    • added the required property data/effectiveMemberCount to the response with the 200 status

      response-required-property-added

    • added the required property data/phase to the response with the 200 status

      response-required-property-added

    • added the required property data/removalIntentCount to the response with the 200 status

      response-required-property-added

    • added the required property data/removed to the response with the 200 status

      response-required-property-added

    • added the required property data/revision to the response with the 200 status

      response-required-property-added

    • added the required property data/waitingMemberCount to the response with the 200 status

      response-required-property-added

    • added the required property data/waitingMemberDeviceIds to the response with the 200 status

      response-required-property-added

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new recovering enum value to the data/outcome response property for the response status 200

      response-property-enum-value-added

    • removed the success response with the status 204

      response-success-status-removed

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added