POST persistence/zones/zone_name/stores/stor_name/durables/dur_name
The web method
POST persistence/zones/zone_name/stores/stor_name/durables/dur_name sends a command to purge a specific durable. The broader form,
POST persistence/zones/zone_name/stores/stor_name sends a command to purge all durables from a specific store.
zone_name in the URI is the zone name.
stor_name in the URI is the store name.
dur_name in the URI is the durable name.
Commands
Command
Description
{"cmd":"purge"}
Purge a durable, or purge all durables from a store.