{"ok": true, "next": null, "rows": [{"id": "json_api:rowdeleteview", "page": "json_api", "ref": "rowdeleteview", "title": "Deleting a row", "content": "To delete a row, make a  POST  to  /<database>/<table>/<row-pks>/-/delete . This requires the  delete-row  permission. \n                 POST /<database>/<table>/<row-pks>/-/delete\nContent-Type: application/json\nAuthorization: Bearer dstok_<rest-of-token> \n                 <row-pks>  here is the  tilde-encoded  primary key value of the row to delete - or a comma-separated list of primary key values if the table has a composite primary key. \n                 If successful, this will return a  200  status code and a  {\"ok\": true}  response body. \n                 Any errors will return  {\"errors\": [\"... descriptive message ...\"], \"ok\": false} , and a  400  status code for a bad input or a  403  status code for an authentication or permission error.", "breadcrumbs": "[\"JSON API\", \"The JSON write API\"]", "references": "[]"}], "truncated": false}