Issue type properties
Delete issue type property
Deletes the issue type property.
Permissions required: Administer Jira global permission.
delete/rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey}
Path parameters
issueTypeIdstring required
The ID of the issue type.
propertyKeystring required
The key of the property. Use Get issue type property keys to get a list of all issue type property keys.
Response
Returned if the issue type property is deleted.