Skip to main content
POST
Delete a single chat message (host-only)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Scheduled room id.

Body

application/json
message_id
string<uuid>
required

The message to remove (matches a prior send's message_id).

Response

Message deletion broadcast to the room. No content.