# remove_attachment

# Function

Function Name Description Level
remove_attachment This function instructs the forum system to remove the attachment from the post.

Input Parameters:

Name Type Required? Description Level
attachment_id String yes
forum_id String yes Set 0 from conversation
group_id String yes
message_id String yes This field is required for editing existing post/message that contains attachments.

Output Parameters:

Name Type Required? Description Level
result Boolean yes Return "true" if the action is executed successfully. "false" otherwise.
result_text byte[] Message to be displayed to user after this action is executed. Optional.
group_id String Depends on different forum system, the group ID can be dynamic. If this key is returned, the app will change the group_id for the current message attachment session.