Skip to main content

Cancel

Cancel authentication

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

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

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