Skip to main content
Skip table of contents

Remove Field from Local Shared Data

LAST UPDATED: AUG 13, 2024

Removes a field with the specified JSON Path from the Local Shared Data in the playbook.

READER NOTE

This command can only be executed within an event/incident playbook.

Implementation

System

Command Category

System Utility

Tags

LOCAL SHARED DATA CONTEXT DATA

Inputs

Parameter Name

Required/Optional

Description

Sample Data

Task ID

Required

The Task ID of the Local Shared Data.

11360

JSON Path

Required

The JSON Path to specify the location to delete from the Local Shared Data.

$.incidentNumber

Output

Return Data

The returned result of this command. If some required parameters are not defined, this returned data could be empty. The returned result can be passed down directly to a subsequent command in playbooks.

SAMPLE DATA

JSON
Succeed
Context Data

The response data from the utility command.

SAMPLE DATA

CODE
{
    "jsonPath": "$.11360.incidentNumber",
    "deleted": "true"
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.