I’m using SGW 2.8. Is there an easier way to purge a channel? With the SGW REST API, I’m fetching all docs in a channel with /{db}/_changes then sending it to /{db}/_purge
To purge a channel do I need to do anything else other than delete all documents in the channel?