v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Auth

Revoke a token

Revokes the User Access Token that is included in the Authorization header of the request.

Revoking a User Access Token will remove your access to all of a user's connected account data including transactions.

ℹ️

Users can re-authorize your application's access to their accounts via the 📚 authorisation flow.

delete/token

Headers

X-Akahu-Idstring required

Your App ID Token.

Response

Successful response.

successboolean

Example response

{
  "success": true
}