Delete Row from an Array
post
                    /rest/v19/config{prodFamVarName}.{prodLineVarName}.{modelVarName}/_set{arraySetVarName}/actions/_delete
This action deletes a specified index or row in a payload from the given Array set.
                
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    arraySetVarName(required): string
                    
                    The variable name of the array set
- 
                    modelVarName(required): string
                    
                    The variable name of a Model
- 
                    prodFamVarName(required): string
                    
                    The variable name of a Product Family
- 
                    prodLineVarName(required): string
                    
                    The variable name of a Product Line
Root Schema : arraySetVarName_deleteRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            cacheInstanceId(required): 
            string
            Title:Cache Instance IdThe unique identifier for the entry of configuration data stored in the cache. This is obtained from actions that launch configuration and passed along in subsequent actions.
- 
            criteria: 
            object  Query Definition
            
            Title:Query DefinitionCaptures the query definition for the current resource request.
- 
            removeIndex: 
            integer
            Title:Remove IndexIndex which has to be removed from the array set.
Nested Schema : Query Definition
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Query DefinitionCaptures the query definition for the current resource request.
    
    
    
    
    Show Source
        - 
            actions: 
            array  actions
            
            Array of actions names, whose state is requested in the state object response.
- 
            childDefs: 
            array  childDefs
            
            
- 
            enableHierarchy: 
            boolean
            Parameter value should be true to execute hierarchy search and sort. Default value is false.
- 
            excludeFieldTypes: 
            array  excludeFieldTypes
            
            Array of field names that you want to exclude in the response.
- 
            expand: 
            array  expand
            
            Array of child resource names that you want to expand so that the contents return with the parent in the same request.
- 
            expandedDomainCriteria: 
            array  expandedDomainCriteria
            
            Map of dynamic menu field names, whose expanded domains are requested in the state object response, to a map of criteria, which are meant for filtering dynamic menu options. The criteria map should contain the node(s) information when dynamic menus on LIG are expanded. The criteria map also contains the search string. The search strings support contains, and are case-insensitive.
- 
            expandedDomains: 
            array  expandedDomains
            
            Array of field names, whose expanded domains are requested in the state object response.
- 
            expandNodes: 
            boolean
            Boolean value that only be available when enableHierarchy is true. True = all nodes will be expanded; False = All nodes will be collapsed.Default value is true.
- 
            fields: 
            array  fields
            
            Array of field names that you wanted returned in a request.
- 
            groups: 
            array  groups
            
            Array of group names, whose state is requested in the state object response.
- 
            limit: 
            integer
            Positive integer value that specifies the maximum number of items returned by the server.
- 
            nodesExceptionList: 
            array  nodesExceptionList
            
            Array of document_number, recording the nodes that violate current expandNodes flag
- 
            offset: 
            integer
            Non-negative integer values that specifies the index of the first item to be returned. The offset index begins at 0. By default, the offset is 0, which returns all items starting from the first item in the collection.
- 
            orderBy: 
            array  orderBy
            
            Array of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
- 
            q: 
            string
            Filter (a ???where???clause) to restrict the items returned in the collection. By default, no filtering is applied.
- 
            state: 
            boolean
            Boolean value that specifies whether to calculate the state property. By default, this value is set to false indicating that state is not calculated.
- 
            totalResults: 
            boolean
            Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.
Nested Schema : actions
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of actions names, whose state is requested in the state object response.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : childDefs
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  Child query criteria.
            
            Title:Child query criteria.Captures the query criteria for the child resource.
Nested Schema : excludeFieldTypes
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of field names that you want to exclude in the response.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : expand
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of child resource names that you want to expand so that the contents return with the parent in the same request.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : expandedDomainCriteria
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayMap of dynamic menu field names, whose expanded domains are requested in the state object response, to a map of criteria, which are meant for filtering dynamic menu options. The criteria map should contain the node(s) information when dynamic menus on LIG are expanded. The criteria map also contains the search string. The search strings support contains, and are case-insensitive.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : expandedDomains
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of field names, whose expanded domains are requested in the state object response.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : fields
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of field names that you wanted returned in a request.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : groups
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of group names, whose state is requested in the state object response.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : nodesExceptionList
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of document_number, recording the nodes that violate current expandNodes flag
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : orderBy
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayArray of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Child query criteria.
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Child query criteria.Captures the query criteria for the child resource.
    
    
    
    
    Show Source
        - 
            name: 
            string
            Rest alias name of the child resource this query belongs to.
- 
            queryDef: 
            object  Query Definition
            
            Title:Query DefinitionCaptures the query definition for the current resource request.
- 
            recursive: 
            boolean
            Boolean value that specifies whether this query is a recursive expand on the current child resource query.
Response
Supported Media Types
                - application/json
Default Response
Root Schema : arraySetVarName_deleteResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            cacheInstanceId: 
            string
            Title:Cache Instance IdThe unique identifier for the entry of configuration data stored in the cache. This is obtained from actions that launch configuration and passed along in subsequent actions.
- 
            count: 
            integer
            Title:CountSpecifies that the total count of records should be included in the response when doing pagination.
- 
            hasMore: 
            boolean
            Title:Has MoreReturns true if more resources are available on the server than the subset returned in current page.
- 
            items: 
            array  items
            
            
- 
            limit: 
            integer
            Title:LimitThe requested page size, which limits the number of elements the collection should max return.
- 
            offset: 
            integer
            Title:OffsetThe offset of the page. By default, offset is 0, which means first page will be returned.
- 
            totalResults: 
            integer
            Title:Total ResultsCapture the total count of the resource instances, which not only includes the instances in the current range, but all instances on the server that satisfy the request.
Nested Schema : Array Set Name
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        Array Set Name- 
            _index: 
            integer
            Title:IndexIndex of the element in the array set.
- 
            _rowKey: 
            string
            Title:RowKeyKey of the element in the array set.