Invalidate an access token

Invalidates an access token so that it can no longer be used.

Request
path Parameters
tokenId
required
string <uuid>

The unique identifier of the access token to be invalidated.

Responses
204

No Content

400

Bad Request

401

Unauthorized

404

Not Found

500

Server Error

post/auth/token/{tokenId}/invalidate