Hi,
Just wanted to share a tip for anyone trying to bring in Slack as a source and had trouble with the disable functionality.
This API call worked for me, might work for you.
POST {org}/api/source/update/{sourceID}
Body (Form-Data)
Key: connector_(boolean)HttpPatchSupport
Value: true
Cheers!