Hello everybody,
Few days ago I had a task to send delete link request to jira. For this pupose I found curl utility, and here is how delete request can be submitted from command prompt:
curl --user jiraUserName:jiraUserPassword -X DELETE -H "Content-Type: application/json" http://yourJiraI...