This project has retired. For details please refer to its Attic page.
Falcon - DELETE /api/entities/delete/:entity-type/:entity-name

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.

Results

Results of the delete operation.

Examples

Rest Call

DELETE http://localhost:15000/api/entities/delete/cluster/SampleProcess
Remote-User: rgautam

Result

{
    "requestId": "falcon\/17ff6ca6-1c8a-459f-9ba8-8fec480e384a\n",
    "message": "falcon\/SampleProcess(cluster) removed successfully\n",
    "status": "SUCCEEDED"
}