POST persistence/clus_name/stores/stor_name/durables/dur_name

The web method POST persistence/clus_name/stores/stor_name/durables/dur_name sends a command to purge a specific durable. The broader form, POST persistence/clus_name/stores/stor_name sends a command to purge all durables from a specific store.

  • clus_name in the URI is the cluster 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.

Filtering

See Filters for Durables.

Example Requests

curl -X POST http://host:port/api/v1/persistence/clus_name/stores/stor_name/durables/dur_name -d json_cmd