Delete an issue type
DELETE /projects/{projectIdOrKey}/issueTypes/{issueTypeId}
DELETE
/projects/{projectIdOrKey}/issueTypes/{issueTypeId}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectIdOrKey
required
string
issueTypeId
required
integer format: int64
Request Body required
Section titled “Request Body required ”object
substituteIssueTypeId
required
Substitute issue type ID: issues with the deleted type will be moved to this type.
integer format: int64
Responses
Section titled “ Responses ”The request has succeeded.
Project issue type.
object
id
required
integer format: int64
projectId
required
integer format: int64
name
required
string
color
required
string
displayOrder
required
integer format: int32
templateSummary
string
templateDescription
string
default
Section titled “default ”An unexpected error response.
Error response wrapper returned by all Backlog API error responses.
object
errors
required
Array<object>
Individual error detail returned by the Backlog API.
object
message
required
Error message.
string
code
required
Error code.
- 1: InternalError
- 2: LicenceError
- 3: LicenceExpiredError
- 4: AccessDeniedError
- 5: UnauthorizedOperationError
- 6: NoResourceError
- 7: InvalidRequestError
- 8: SpaceOverCapacityError
- 9: ResourceOverflowError
- 10: TooLargeFileError
- 11: AuthenticationError
- 12: RequiredMFAError
- 13: TooManyRequestsError
integer format: int32
moreInfo
required
Additional information about the error.
string