Delete a single release element

This method deletes the release element with the ID in the request path.

Request

DELETE http://{hostname}:{port}
  /releases/{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The ID of the release element.

Example

curl -k -u jsmith:passwd  
  "http://myserver.example.com:8080/releases/8e634417-7d99-4708-9f5e-005bd9d389e3
  -X DELETE

Feedback