Delete Row from an Array

post

/rest/v16/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
Path Parameters
Body ()
Root Schema : arraySetVarName_deleteRequest
Type: object
Show Source
  • Title: Cache Instance Id
    The 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.
  • Query Definition
    Title: Query Definition
    Captures the query definition for the current resource request.
  • Title: Remove Index
    Index which has to be removed from the array set.
Nested Schema : Query Definition
Type: object
Title: Query Definition
Captures the query definition for the current resource request.
Show Source
Nested Schema : actions
Type: array
Array of actions names, whose state is requested in the state object response.
Show Source
Nested Schema : childDefs
Type: array
Show Source
Nested Schema : expand
Type: array
Array 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 : expandedDomains
Type: array
Array of field names, whose expanded domains are requested in the state object response.
Show Source
Nested Schema : fields
Type: array
Array of field names that you wanted returned in a request.
Show Source
Nested Schema : Child query criteria.
Type: object
Title: Child query criteria.
Captures the query criteria for the child resource.
Show Source
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : arraySetVarName_deleteResponse
Type: object
Show Source
  • Title: Cache Instance Id
    The 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.
  • Title: Count
    Specifies that the total count of records should be included in the response when doing pagination.
  • Title: Has More
    Returns true if more resources are available on the server than the subset returned in current page.
  • items
  • Title: Limit
    The requested page size, which limits the number of elements the collection should max return.
  • Title: Offset
    The offset of the page. By default, offset is 0, which means first page will be returned.
  • Title: Total Results
    Capture 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 : items
Type: array
Show Source
Nested Schema : Array Set Name
Type: object
Title: Array Set Name
Show Source
Back to Top