Skip to content

Delete Token

DELETE

/authorization/delete

Delete the database entry for the given session token.

This does not invalidate the session token! You have to manually revoke it from the login history on the Nintendo Account website.

Authorization

Session Token string required

Uses the session token generated from the generate token endpoint

Request

Response

Success

{
"error": false,
"data": "Entry deleted from database"
}