---++ DELETE /api/entities/delete/:entity-type/:entity-name
* Description
* Parameters
* Results
* Examples
---++ Description
Delete the specified entity.
---++ Parameters
* :entity-type can be feed or process.
* :entity-name is name of the feed or process.
---++ Results
Results of the delete operation.
---++ Examples
---+++ Rest Call
DELETE http://localhost:15000/api/entities/delete/cluster/SampleProcess
---+++ Result
{
"requestId": "falcon\/17ff6ca6-1c8a-459f-9ba8-8fec480e384a\n",
"message": "falcon\/SampleProcess(cluster) removed successfully\n",
"status": "SUCCEEDED"
}