| BaseRESTServiceDeleteObjectInternal Method  | 
            Deletes given objects and returns it as a result.
            
 
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntaxprotected Stream DeleteObjectInternal(
	GeneralizedInfo info,
	string objectType
)
Parameters
- info
 - Type: CMS.DataEngineGeneralizedInfo
GeneralizedInfo to delete - objectType
 - Type: SystemString
Type of the object. Used for security check in case of non-existing object. 
Return Value
Type: 
Stream
See Also