Skip to main content
DELETE
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
/
{targetId}
/
milestones
/
{milestoneId}
Unlink milestone from initiative target
curl --request DELETE \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets/{targetId}/milestones/{milestoneId} \
  --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

milestoneId
string
required

milestoneId identifier

Response

200 - application/json

Success

success
boolean