Issue types
Delete issue type
Deletes the issue type. If the issue type is in use, all uses are updated with the alternative issue type (alternativeIssueTypeId). A list of alternative issue types are obtained from the Get alternative issue types resource.
Permissions required: Administer Jira global permission.
delete/rest/api/2/issuetype/{id}
Path parameters
idstring required
The ID of the issue type.
Query parameters
alternativeIssueTypeIdstring
The ID of the replacement issue type.
Response
Returned if the request is successful.