Class: DeletePushDestinationRequest

tibco.objectapi.service.request.DeletePushDestinationRequest

new DeletePushDestinationRequest(entityType, entityGuid, version, channelType, channelId, name)

Object DeletePushDestinationRequest Usage: RestApiService.getOrgModelService().deletePushDestination(request, callback);
Parameters:
Name Type Description
entityType string The organization model entity type for which push destinations are being deleted.
entityGuid string The GUID for the organization model entity type. Can be obtained using getOrgModel.
version number (Java type: int) The major version for organization model entity type. Can be obtained using listOrgModelVersions.
channelType string Enumerated value defining the channel type (technology) associated with the specified channelId. The valid entries are:
  • openspaceChannel
  • MobileChannel
  • GIChannel
  • EmailChannel

For more information, see "Identifying the Client Channel in a Service Call" in the developer guide.

channelId string Identifies the presentation channel to use when pushing work items. The channel ID is defined when a presentation channel is defined in TIBCO Business Studio. For more information, see the TIBCO Business Studio documentation.
name string The name of the push destination to delete.
Since:
  • 4.0.0