Newer Version Available

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

Delete Context Cache Action

Delete the specified context instance from the in-memory context cache using the provided context ID. This action removes the cached data maintained by the context cache service without performing any database write operations.

This action is available in API version 63.0 and later.

Special Access Rules

Available in Developer, Enterprise, Professional, and Unlimited editions for Industries clouds where Context Service is enabled.

Supported REST HTTP Methods

URI
/services/data/v59.0/actions/standard/deleteContextCache
Formats
JSON, XML
HTTP Methods
POST
Authentication
Authorization: Bearertoken

Inputs

Input Details
contextId
Type

string

Description
Required. ID of the context instance.

Outputs

None.

Example

POST

This sample request is for the Delete Context Cache action.

1{
2  "inputs": [
3    {
4      "contextId": "0000000a07da09100251752497651022c35b6150a4d04cd6a84bf1a0439cc609"
5    }
6  ]
7}