/rest/{version}/defectTrackers/{defectTrackerId}/
...
delete
Descriptor | Value |
---|---|
HTTP Method | DELETE |
Description | Deletes Defect Tracker |
Required Permission | Manage Defect Trackers |
Version Introduced | 2.5.3 |
Request Header Parameters
Parameter | Value | Required | Description |
---|---|---|---|
Accept | String | Yes | A value of ‘application/json’ must be provided. |
Sample Call:
Code Block | theme | Eclipse
---|
curl -H 'Accept: application/json' -H "Authorization: APIKEY {API Key}" -X DELETE http://localhost:8080/threadfix/rest/latest/defectTrackers/1/delete |
Sample Output:
{
"message": "",
"success": true,
"responseCode": -1,
"object": "Defect Tracker was successfully deleted."
}