Invalidate multiple access tokens

Invalidates multiple access tokens that belongs to the user making the request so they can no longer be used.

Request
Request Body schema: application/json
invalidateCurrent
boolean
tokenIds
Array of strings or null <uuid>
Responses
204

No Content

401

Unauthorized

500

Server Error

post/auth/token/invalidate
Request samples
application/json
{
  • "invalidateCurrent": true,
  • "tokenIds": [
    ]
}