Path Parameters
Response
Channel deleted successfully
curl --request DELETE \
--url http://localhost:3000/api/messaging/central-channels/{channelId}
{
"success": true
}
Delete a channel
curl --request DELETE \
--url http://localhost:3000/api/messaging/central-channels/{channelId}
{
"success": true
}
Was this page helpful?