This API deletes a specific personal access token, based on the token ID.
Enterprise Edition only
DELETE /api/v3/token/{tid}
N/A
Return Boolean Success/Failure.
404
- PAT does not exist.
curl --request DELETE \
--url http://localhost:9047/api/v3/user/token/<tid> \
--header 'authorization: _dremioha5lrg03obu079o4fkaev5e4r8n'