Skip to main content

Cancel

Cancel authentication

The DELETE /freja/auth/{{id}} endpoint is used to cancel an ongoing Freja authentication.

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

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