Skip to main content
DELETE
/
api
/
channels
/
{channelId}
/
messages
Delete all messages in a channel
curl --request DELETE \
  --url https://platform.kodexa.ai/api/channels/{channelId}/messages \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

channelId
string<uuid>
required

Unique identifier (UUID) of the channel.

Response

Messages deleted — all messages in the channel were removed.