Skip to main content
DELETE
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
/
{targetId}
/
issues
/
{issueId}
Unlink issue from initiative target
curl --request DELETE \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets/{targetId}/issues/{issueId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

initiativeId
string
required

initiativeId identifier

targetId
string
required

targetId identifier

issueId
string
required

issueId identifier

Response

200 - application/json

Success

success
boolean