Description: Deletes a node based on node Id.
Security: Requires a valid user
Usage: DELETE api/v1/nodes/{nodeId}
Produces: application/json
URL parameters:
Parameter | Description |
---|---|
| Id of the node to be deleted. |
Parameters: Ignored
Request Parameters: Ignored
Sample Response:
DELETE /pipelines/api/v1/nodes/2
{ "id": 2 }
Response Codes:
200: Success
400: If the id is not an integer
404: If the node is not found