Issue Relation
Delete issue relation
API reference
- Overview & Authentication
- Issue API
- Action API
- AI Requests
- Issue Comments
- Issue Relation
- Labels
- Linked Issue
- Users
- Views
- Teams
Issue Relation
Delete issue relation
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful response
Was this page helpful?
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"
}