Contents

Delete Issue Type

Deletes Issue Type.

Role

Administrator
Normal User

Method

DELETE

URL

/api/v2/projects/:projectIdOrKey/issueTypes/:id

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
idNumberIssue Type ID

Form parameters

Content-Type:application/x-www-form-urlencoded
Parameter NameTypeDescription
substituteIssueTypeId (Required)Numbertype ID to change linked issue

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "id": 1,
    "projectId": 1,
    "name": "Bug",
    "color": "#990000",
    "displayOrder": 0,
    "templateSummary": "Subject",
    "templateDescription": "Description"
}