Skip to main content

deleteChatConversation

Soft-delete a chat conversation and all its messages. The id is validated in the chat domain so a malformed identifier returns a clean INVALID_ARGUMENT error rather than leaking the raw uuid parser message.

deleteChatConversation(
id: String!
): Boolean!

Arguments

deleteChatConversation.id ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.