botruntime
API ReferenceChat API

Delete Message

Permanently deletes a [Message](#schema_message). It cannot be undone.

DELETE
/v1/chat/messages/{id}

Path Parameters

id*string

Message id

Header Parameters

x-bot-id*string

Bot id

x-integration-id?string

Integration id

x-integration-alias?string

Integration alias

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/chat/messages/string" \  -H "x-bot-id: string"
{}
{}