Interface BinaryResourceAction.DeleteWithResponse
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- BinaryResourceAction
HTTP DELETE - Deletes a binary resource
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteProperty(String entityId, Parameters parameters, WithResponse withResponse) Deletes a binary property.
-
Method Details
-
deleteProperty
Deletes a binary property. The specific property is specified in theParametersobject. SeeParameters.hasBinaryProperty(String)orParameters.getBinaryProperty()- Parameters:
entityId- unique idparameters-Parameters
-