deleteIssueProperty
Delete issue property
DELETE /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} HTTP/1.1Parameters
{
"issueIdOrKey": {
"description": "The key or ID of the issue.",
"required": true,
"location": "path",
"type": "string"
},
"propertyKey": {
"description": "The key of the property.",
"required": true,
"location": "path",
"type": "string"
}
}