Channels

Delete Channel

DELETE https://api.clearfeed.app/v1/rest/channels/:id

Path Parameters

Name
Type
Description

id*

string

ID of the slack channel that needs to be deleted

Move Channel To Another Collection

PATCH https://api.clearfeed.app/v1/rest/channels/:id

Path Parameters

Name
Type
Description

id*

string

Channel ID of the slack channel that needs to be moved

Request Body

Name
Type
Description

collection_id*

int

ID of the collection the channel is to be moved in

Last updated