Deletes a row in a list
delete
/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})
Deletes the specified row in a list
Request
Path Parameters
-
listid: string
List ID
-
rowid: string
Row ID
-
spacename: string
Name of the portal
Response
Supported Media Types
- application/json
200 Response
success
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