PublishingSystemManagerServicesDeleteProfiles Method Ingeniux CMS Web Services API

Deletes collection of Publishing Profiles

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

public XHRServiceResponseGeneric<PublishingSystemObjectsDeleteResult> DeleteProfiles(
	UniqueObjectsDeleteParam data
)

Parameters

data
Type: UniqueObjectsDeleteParam

Object containing array of Id of Publishing Profiles to be deleted

Examples

Sample JSON input
JavaScript
{
    "data": {
        "selectedIds": ["PublishingProfiles/1"]
    }
}

Return Value

Type: XHRServiceResponseGenericPublishingSystemObjectsDeleteResult

Object containing array of Publishing Profile Ids that were deleted

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "deletedIds": ["PublishingProfiles\/1"]
    }
}
Remarks

Non-existing Publishing Profiles will be ignored

See Also

Reference