[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eREMOVE\u003c/code\u003e function removes a specified value from an array within Application Integration.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts a single input parameter, the value to be removed from the array.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eREMOVE\u003c/code\u003e function works with boolean, double, integer, and string arrays.\u003c/p\u003e\n"],["\u003cp\u003eFor example, using \u003ccode\u003e$var1$.REMOVE("Integrations")\u003c/code\u003e on the array \u003ccode\u003e{"Hello","Apigee","Integrations"}\u003c/code\u003e will return \u003ccode\u003e{"Hello","Apigee"}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# REMOVE function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nREMOVE function\n===============\n\n`REMOVE` function\n-----------------\n\nSupported data type\n-------------------\n\n\nThe `REMOVE` function supports the following data types:\n\n- Boolean array\n- Double array\n- Integer array\n- String array\n\nExample: Remove a string from a string array\n--------------------------------------------\n\n\n**Sample data** : `$var1$ = {\"Hello\",\"Apigee\",\"Integrations\"}`\n\n\n**Usage** : `$var1$.REMOVE(\"Integrations\")`\nRemove `Integrations` from var1\n\n\n**Output** : `{\"Hello\",\"Apigee\"}`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]