Deletes a row in a list

delete

/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})

Deletes the specified row in a list

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

success
Body ()
Root Schema : Row
Type: object
Show Source
Nested Schema : PersonReference
Type: object
Show Source
Nested Schema : columns
Type: array
Show Source
Nested Schema : dataColumn
Type: object
Show Source

204 Response

Row successfully deleted

404 Response

ID for the portal, list, or row is invalid

500 Response

Specified List is unavailable for this portal
Back to Top