Skip to main content

Cancel

Cancel authentication

The DELETE /v3/mitid/auth/{{id}} endpoint is used to cancel an ongoing MitID authentication.

DELETE /v3/mitid/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/mitid/sign/{{id}} endpoint is used to cancel an ongoing MitID signing.

DELETE /v3/mitid/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.