Cancel
Cancel authentication
The DELETE /bankid-se/auth/{{id}}
endpoint is used to cancel an ongoing BankID authentication.
DELETE /v3/bankid-se/auth/{{id}}
Authorization: Basic {{accountId}} {{secretKey}}
IDkollen will respond with HTTP status 204 for successful request, or 4xx/5xx on errors. For more information about errors, please see the Errors section.
Cancel signing
The DELETE /bankid-se/sign/{{id}}
endpoint is used to cancel an ongoing BankID signing.
DELETE /v3/bankid-se/sign/{{id}}
Authorization: Basic {{accountId}} {{secretKey}}
IDkollen will respond with HTTP status 204 for successful request, or 4xx/5xx on errors. For more information about errors, please see the Errors section.