DELETE /api/entities/delete/:entity-type/:entity-name
Description
Delete the specified entity.
Parameters
- :entity-type can be feed or process.
- :entity-name is name of the feed or process.
- doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.
Results
Results of the delete operation.
Rest Call
DELETE http://localhost:15000/api/entities/delete/cluster/SampleProcess?doAs=joe
Result
{
"requestId": "falcon\/17ff6ca6-1c8a-459f-9ba8-8fec480e384a\n",
"message": "falcon\/SampleProcess(cluster) removed successfully\n",
"status": "SUCCEEDED"
}