unRegisterHeader(name)
De-registers the specified external header from service-broker fetch calls.
Returns
Not applicable.
Parameters
Name | Type | Description | Required |
name | string | The name of the external header that must be de-registered from service-broker fetch calls. | ✅ |
Usage example
In this example, the API de-registers the external header with the name
abc
.
PCore.getRestClient().getHeaderProcessor().unRegisterHeader("abc");
Previous topic registerHeader(name, value) Next topic APIs in the LocaleUtils class