Skip to main content
DELETE
/
api
/
messaging
/
channels
/
{channelId}
Delete channel
curl --request DELETE \
  --url http://localhost:3000/api/messaging/channels/{channelId}
{
  "success": false,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

channelId
string<uuid>
required

Response

Channel deleted successfully