Revoke an API token. The token stops working immediately.
cURL
curl --request DELETE \ --url https://app.strix.ai/api/v1/tokens/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
API token from Settings > API Access
Token revoked