Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Moscow_OIDC
Error response
URLhttps://<xid-useradm-baseurl>/<pid>/browser/<browserEnrolledAt>
Request method

DELETE with URL path parameter pid (same as bankid_altsub) for user in question and browserEnrolledAt for browser in question

AuthenticationAccess Token as Bearer Token in Authorization Header
Success responseResponse
204No Content
Unrollment of browser was successful
403Forbidden
if the bearer
Bearer token is not accepted for any reason
400Bad
Request if pid is
Request The pid is not an xID user
, browserEnrolledAt does not match
or
if
resource access is insufficient (missing scope)

Error responses contains further information on the reason according to standard.

ExampleSee below

This method unrolls from the xID service any previously enrolled browser given by browserEnrolledAt for the end user given by pid. There is no dialog shown to the end user.

...