DeleteRESTCache method: IntBroker class

Syntax

DeleteRESTCache(service_op, service_op_ver

Description

Use the DeleteRESTCache method to delete a server-side REST cache created by the SetRESTCache method.

Parameters

Parameter Description

service_op

Specifies the Integration Broker service operation as a string.

service_op_ver

Specify the version of the specified operation as a string.

Returns

A Boolean value: True if the cache was deleted successfully, False otherwise.

Example

Local Message &MSG;
Local datetime &dt;
Local string &op, &ver;

&MSG.SetRESTCache(&dt);

&b_ret = %IntBroker.DeleteRESTCache(&op, &ver);