Open Context Protocol is live! 🚀 Read the launch post

bulkDeleteIssueProperty

Bulk delete issue property

DELETE /rest/api/3/issue/properties/{propertyKey} HTTP/1.1

Parameters

{
  "propertyKey": {
    "description": "The key of the property.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}