Skip to main content
Weavr API
Authentication factors

Unlink a user device for authentication using push notifications

DELETE/authentication_factors/push/{channel}

Unlinks the logged-in user's mobile device from the push authentication factor on the channel path parameter, so it is no longer offered as an SCA method for that user.

The unlink is immediate and permanent. Once removed, push challenges can't be sent to the device; to use it again, re-enroll it with POST /authentication_factors/push/{channel}. Returns 409 CHANNEL_NOT_REGISTERED if the user has no device enrolled on this channel, and 409 CREDENTIALS_INACTIVE if the user's credentials aren't active.

Request

Available on
SandboxProduction

Header parameters

Path parameters

Responses

204No Content

Success - No Content.

Headers