Open Context Protocol is live! 🚀 Read the launch post

deleteWorklogProperty

Delete worklog property

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

Parameters

{
  "issueIdOrKey": {
    "description": "The ID or key of the issue.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "worklogId": {
    "description": "The ID of the worklog.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "propertyKey": {
    "description": "The key of the property.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}