Delete an authentication token.
You can also manage your tokens by choosing the "My API Tokens" tab in your LeanKit User Profile.
curl -X DELETE \ https://myaccount.leankit.com/io/auth/token/124321442234 \ -H 'Authorization: Basic base64encodedauthhere'
204 No Content