Skip to content

Delete a milestone

DELETE
/repos/{owner}/{repo}/milestones/{milestone_number}

Deletes a milestone using the given milestone number.

API method documentation

owner
required
string

The account owner of the repository. The name is not case sensitive.

repo
required
string

The name of the repository without the .git extension. The name is not case sensitive.

milestone_number
required
integer

The number that identifies the milestone.

Response

Resource not found

Media type application/json
Basic Error

Basic Error

object
message
string
documentation_url
string
url
string
status
string
Example generated
{
"message": "example",
"documentation_url": "example",
"url": "example",
"status": "example"
}