Skip to main content

delete_projection

Function delete_projection 

Source
pub async fn delete_projection(
    __arg0: State<Arc<EventStore>>,
    __arg1: Path<String>,
) -> Result<Json<Value>>
Expand description

Delete (clear) a projection by name

Removes all state from the projection. The projection definition remains registered but its accumulated state is cleared.