[[["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_AT\u003c/code\u003e function removes an element from an array at a specified index.\u003c/p\u003e\n"],["\u003cp\u003eThe function accepts an index value as input and returns the updated array with the element removed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREMOVE_AT\u003c/code\u003e supports Boolean, Double, Integer, and String arrays.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates removing the string at index 1 from a string array, showcasing the input and resulting output.\u003c/p\u003e\n"]]],[],null,["# REMOVE_AT function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nREMOVE_AT function\n==================\n\n`REMOVE_AT` function\n--------------------\n\nSupported data type\n-------------------\n\n\nThe `REMOVE_AT` function supports the following data types:\n\n- Boolean array\n- Double array\n- Integer array\n- String array\n\nExample: Remove an element from a string array\n----------------------------------------------\n\n\n**Sample data** : `$var1$ = {\"Hello\",\"Apigee\",\"Integrations\"}`\n\n\n**Usage** : `$var1$.REMOVE_AT(1)`\nRemove string at index 1 in var1\n\n\n**Output** : `{\"Hello\",\"Integrations\"}`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]