pub async fn remove_indexer(
    conn: &mut IndexerConnection,
    namespace: &str,
    identifier: &str,
    remove_data: bool
) -> Result<()>
Expand description

Remove a given indexer.

This will also remove the given indexer’s data if the caller specifies such.