Deletes the given record of the given entity table

DELETE
api/databases/{dbid}/entities/{entity}/{id}/{table}/{tid}
This request is used to delete the given record of the given entity table. It opens the entity for editing, deletes the record and saves the entity.

Request:

Argument Type Description
dbid GUID  The ID of the database
entity String  The name of the entity
id GUID  The ID of the entity
table String  The name of the entity table
tid GUID  The ID of the entity table record

Response:

Request:
  1. DELETE api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/TaskScheduleItems/7c7870ab-015a-43ef-b574-cd8f1b3e7a22
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=41f1cc3d-2701-4185-8d3c-8dcd60be24dc
Response:
  1. Cache-Control: no-store
  2. Date: Wed, 26 Dec 2012 13:40:34 GMT
  3. Server: Microsoft-HTTPAPI/2.0