Deletes the given entity

DELETE
api/databases/{dbid}/entities/{entity}/{id}
This request is used for deleting the given entity. Before deleting the entity the system checks if there are any links between it and other entities.

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

Response:

Request:
  1. DELETE api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/7ce10c00-ea30-4ab4-ab57-87bec4fb558f
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=d8ee1782-edf8-4ca0-88df-514db7d23043
Response:
  1. Cache-Control: no-store
  2. Date: Fri, 21 Dec 2012 14:52:41 GMT
  3. Server: Microsoft-HTTPAPI/2.0