div-action-array-remove-value
Deletes a value from the array
Parameters
Parameters | Description |
---|---|
index |
int Required parameter. Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
variable_name |
string Required parameter. Available platforms: Android, iOS, web. |
JSON
{
type*: "array_remove_value",
index*: "int",
variable_name*: "string"
}