Projections
Deletes a projection
Deletes a projection.
delete/projection/{name}
Path parameters
namestring required
The projection to delete.
Query parameters
deleteStateStreamboolean
Whether the state stream should also be deleted.
deleteCheckpointStreamboolean
Whether the checkpoint stream should also be deleted.
deleteEmittedStreamsboolean
Whether the emitted streams should also be deleted. Note that this only has an effect if 'track emitted streams' was enabled on the projection.
Response
Projection deleted