Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ruby
Helo.configure do |config| config.access_token = "YOUR_BEARER_TOKEN" end id = "550e8400-e29b-41d4-a716-446655440000" Helo::Channels.delete(id)
{ "type": "<string>", "title": "<string>", "instance": "<string>", "status": 123, "code": "<string>", "detail": "<string>", "requestId": "<string>", "errors": {} }
Permanently removes a channel and all associated data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No Content