Skip to main content
DELETE
cURL

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the chat room.

Query Parameters

from_message_id
string<uuid>
required

The message UUID from which trailing messages should be deleted (inclusive).

Response

Trailing messages deleted successfully

status
enum<string>
required

Status of the request

Available options:
success
Example:

"success"

chat_id
string<uuid>
required

The chat UUID where deletion was applied.

from_message_id
string<uuid>
required

The message UUID used as the trailing deletion boundary.