Clear the authentication token for a specific baseURL
Optional
The base URL for the API (defaults to localhost:3000)
// Clear token for default URLclearAuthToken();// Clear token for specific URLclearAuthToken('https://api.airbolt.dev'); Copy
// Clear token for default URLclearAuthToken();// Clear token for specific URLclearAuthToken('https://api.airbolt.dev');
Clear the authentication token for a specific baseURL