# Remove Conversation
Grammar — Remove conversationId
Flags —Native|Action
Removes a conversation.
# Arguments
int<conversation> — Conversation
Returns — void
native void ConversationDestroy(int intId);
# Related
Category: Conversation / Conversation Tools
- Set Conversation Reply Text —
void— ConversationReplySetText - Remove Conversation —
void— ConversationDestroy - Remove Conversation Reply —
void— ConversationReplyDestroy - Remove All Conversations —
void— ConversationDestroyAll - Remove All Conversation Replies —
void— ConversationReplyDestroyAll - Conversation Reply State —
int<preset::ReplyState> — ConversationReplyGetState - Conversation Reply Index —
int— ConversationReplyGetIndex - Conversation Reply Text —
text— ConversationReplyGetText - Mark Conversation Reply As Read/Unread —
void— ConversationReplySetState - Convert Integer To Conversation State Index —
string<convstateindex> — ConversationDataStateIndex
# Examples
— None found —