Delete an Entity

To delete an entity, perform an HTTP DELETE on the entity resource. For example:
http://SERVER:PORT/qcbin/rest/domains/{domain}/projects/{project}/defects/123
DELETE

On success, the HTTP return value is 200. The returned HTML body contains the complete data of the deleted entity.