Search + K

Command Palette

Search for a command to run...

Sign In

Delete a milestone

DELETE /repos/{owner}/{repo}/milestones/{milestone_number}
Copy endpoint
https://api.github.com

Deletes a milestone using the given milestone number.

Parameters

path Path Parameters

Name Type
owner required

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

string
repo required

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

string
milestone_number required

The number that identifies the milestone.

number

Responses

204

Response

unknown

Client Errors

404 application/json

Resource not found

interface BasicError {
message?: string;
documentation_url?: string;
url?: string;
status?: string;
}