Overview #
This method will disconnect the Slack workspace from the Cord group. This means all users who were connected to Slack will also be disconnected.
Vanilla JavaScript:
window.CordSDK.user.disconnectSlackWorkspace();
window.CordSDK.user.disconnectSlackWorkspace();
Copy
What this function returns #
A promise that resolves to true
if the operation succeeded or rejects if it failed.
Arguments this function takes #