Delete Custom Table Member based on a query attribute

delete

/rest/api/v1.3/lists/{listName}/customTable/{tableName}/members

Request

Path Parameters
Query Parameters
  • IDs corresponding to the query attribute. All the Primary Key Values of the Supplemental Table must be specified by repeating this parameter. The order of the values must match the order of the Primary Keys specified in the 'qa' parameter.
  • Query Attribute. All of the Primary Key values of the Custom Table must be specified by repeating this parameter.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Custom Table Members with PK
Type: object
Title: Custom Table Members with PK
Show Source
Nested Schema : recordData
Type: object
Record data that represents Field Names and corresponding values for the member.
Show Source
Nested Schema : fieldNames
Type: array
Field Names in the Custom Table
Show Source
Nested Schema : records
Type: array
Array of values corresponding to the fieldNames. Each element in the array represents a single member.
Show Source
Nested Schema : items
Type: array
Field Values for the member in the Custom Table
Show Source
Back to Top