Channels
Delete Channel
DELETE https://api.clearfeed.app/v1/rest/channels/:id
Path Parameters
Name
Type
Description
id*
string
Slack Channel ID of the channel that needs to be deleted. See conversations.list Slack API or use the Channel IDs available from Get Collections API call.
Move Channel To Another Collection
PATCH https://api.clearfeed.app/v1/rest/channels/:id
Path Parameters
Name
Type
Description
id*
string
Slack Channel ID of the channel that needs to be moved. See conversations.list Slack API or use the Channel IDs available from Get Collections API call.
Request Body
Name
Type
Description
collection_id*
int
ID of the collection the channel is to be moved in.
Warning: Use ID returned by Get CollectionsAPI call and not IDs referenced in the ClearFeed Web App.
Last updated