Generic grant revocation endpoint with soft-delete
A new generic endpoint for grant revocation is now available, operating independently of specific consent flows and enforcing appropriate authentication and authorisation validation. Grants are now soft-deleted rather than hard-deleted on revocation, preserving revocation history and reason (e.g. TPP-initiated, refresh token reuse, session end), with configurable TTL-based expiry. A migration is required to create or drop TTL indexes depending on the soft deletion configuration. Access tokens are issued with a 1-hour lifetime, while refresh tokens and grants are issued with a 100-year lifetime, allowing TPPs to obtain new access tokens via refresh token after expiry.
















