⚙️
ClearFeed API
  • ClearFeed API
  • Quick Start
    • Authentication Guide
  • Reference
    • API Reference
      • Requests
      • Collections
      • Channels
      • Custom Fields
      • Teams
Powered by GitBook
On this page
  • Delete Channel
  • Move Channel To Another Collection
  1. Reference
  2. API Reference

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

PreviousCollectionsNextCustom Fields

Last updated 1 year ago