Skip to main content

Cancel

Cancel authentication

The DELETE /v3/bankid-se/auth/{{id}} endpoint is used to cancel an ongoing BankID authentication.

DELETE /v3/bankid-se/auth/{{id}}
Authorization: Basic ${ base64(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 /v3/bankid-se/sign/{{id}} endpoint is used to cancel an ongoing BankID signing.

DELETE /v3/bankid-se/sign/{{id}}
Authorization: Basic ${ base64(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.