Interface EntityResourceAction.DeleteSetWithResponse
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- EntityResourceAction
HTTP DELETE - Delete entities
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteSet
(Parameters params, WithResponse withResponse) Deletes entities from the collection
-
Method Details
-
deleteSet
Deletes entities from the collection- Parameters:
params
- implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")
-