DELETE realm/persistence/<clus_name>/stores/<stor_name>
This web method
deletes a persistence store from a persistence cluster definition.
- <clus_name> in the URI is the cluster name.
- <stor_name> in the URI is the store name.
After deleting a store, it is good practice to also update application endpoints to delete reference to that store.
Example Requests
curl -X DELETE http://<host>:<port>/api/v1/realm/persistence/<clus_name>/stores/<stor_name>