Delete one or more release elements

This method can accept a JSON array containing JSON ID strings, a JSON array containing release JSON objects with 'id' properties, a single JSON ID string, or a single JSON object with an 'id' property.

Request

DELETE http://{hostname}:{port}
  /releases/
Content-Type: application/json
Table 1. Header parameters
Parameter Type Required Description
Content-Type application/json true  

Feedback