DELETE
/
api
/
v1
/
issue_relation
/
{issueRelationId}
curl --request DELETE \
  --url https://app.tegon.ai/api/v1/issue_relation/{issueRelationId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "issue": {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deleted": "2023-11-07T05:31:56Z",
    "title": "<string>",
    "number": 123,
    "description": "<string>",
    "priority": 123,
    "dueDate": "2023-11-07T05:31:56Z",
    "sortOrder": 123,
    "subIssueSortOrder": 123,
    "estimate": 123,
    "sourceMetadata": {},
    "isBidirectional": true,
    "teamId": "<string>",
    "createdById": "<string>",
    "updatedById": "<string>",
    "subscriberIds": [
      "<string>"
    ],
    "assigneeId": "<string>",
    "labelIds": [
      "<string>"
    ],
    "stateId": "<string>",
    "parentId": "<string>",
    "attachments": [
      "<string>"
    ],
    "issueSuggestionId": "<string>"
  },
  "issueId": "<string>",
  "relatedIssueId": "<string>",
  "type": "<string>",
  "metadata": {},
  "createdById": "<string>",
  "deletedById": "<string>",
  "deleted": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issueRelationId
string
required

Response

200
application/json
Successful response
id
string
createdAt
string
updatedAt
string
issue
object
issueId
string
type
string
metadata
object
createdById
string
deletedById
string
deleted
string