Newer Version Available

This content describes an older version of this product. View Latest

Data Mapper Clear Cache (POST)

Clear the execution cache for the specified data mappers.
Resource
Available version
64.0
HTTP methods
POST
Request body for POST
JSON example
This is a sample example to clear the execution cache by using only the name of the data mapper.
This is a sample example to clear the execution cache by using the name of the data mapper along with additional inputs.
Properties
Name Type Description Required or Optional Available Version
cacheStorageType String Storage type that's used for caching the data. Valid values are:
  • Session—Cache is stored in the current user session.
  • Org—Cache is shared across the entire organization.
  • All—Refers to both session and org-level cache.
Required 64.0
dataMapperList Data Mapper Details[] List of data mappers to clear the cache for. Required 64.0
Response body for POST
Data Mapper Cache Details