Delete a Node

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

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

nodeId

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