cURL
curl --request DELETE \ --url http://localhost:3000/api/messaging/channels/{channelId}
{ "success": false, "error": { "code": "<string>", "message": "<string>", "details": "<string>" } }
Delete a channel
Channel deleted successfully
Was this page helpful?