DELETE
/
api
/
messaging
/
central-channels
/
{channelId}
Delete channel
curl --request DELETE \
  --url http://localhost:3000/api/messaging/central-channels/{channelId}
{
  "success": true
}

Path Parameters

channelId
string
required

Response

200
application/json

Channel deleted successfully

The response is of type object.