MobileDeviceServicesDeleteDeviceBundle Method Ingeniux CMS Web Services API

Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<bool> DeleteDeviceBundle(
	string data
)

Parameters

data
Type: SystemString

Name of Device Bundle to be deleted

Return Value

Type: XHRServiceResponseGenericBoolean
True of Bundle is deleted
See Also

Reference