Skip to content

Delete a project milestone

DELETE
/api/v4/projects/{id}/milestones/{milestone_id}

Deletes a specified project milestone. Only for users with the Planner, Reporter, Developer, Maintainer, or Owner role for the project.

id
required
One of:
string

The ID or URL-encoded path of the project

milestone_id
required
integer

The ID of a project milestone

No Content

Bad Request

Not Found