Skip to main content
DELETE
/
api
/
orgs
/
{id}
/
issues
/
{issueId}
/
initiatives
/
{initiativeId}
Unlink issue from initiative
curl --request DELETE \
  --url https://atollhq.com/api/orgs/{id}/issues/{issueId}/initiatives/{initiativeId} \
  --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

issueId
string
required

issueId identifier

initiativeId
string
required

initiativeId identifier

Response

Successful response

success
boolean