Function delete_conversation

Source
pub async fn delete_conversation(
    configuration: &Configuration,
    channel_id: &str,
    conversation_id: &str,
) -> Result<DeleteChannel200Response, Error<DeleteConversationError>>
Expand description

Deletes an existing conversation. To use the endpoint, you need to have Messengers integration OAuth scope enabled and the Messaging manifest ready for the Messaging app extension.