Skip to main content
DELETE
/
milestones
/
{id}
Delete milestone
curl --request DELETE \
  --url https://api.onset.io/v1/milestones/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.onset.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Milestone ID

Response

Milestone deleted successfully

success
boolean
Example:

true