Skip to main content
DELETE
Delete a message

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer<int64>
required

ID of the conversation containing the message.

message_id
string
required

UUID or ID of the message to delete.

Response

Message deleted successfully (no content returned).