DELETE /issue-type/
Delete Issue Type
DELETE
/issue-type/{issue_type_key}
Delete an issue type by key.
Permanently removes the IssueType document with the given key from
the collection. Existing Issue documents that reference this type
are not automatically updated.
Emits: (direct transaction — no event class)
Required scope: collaboration:issue-type:write
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Parameters
Path Parameters
issue_type_key*
Type
Requiredstring
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}