Deletes a milestone for the given project template.

<Check><b>Required Permissions</b>: The user has at least `write` permissions for feature `admin` or `project-manage-config`.</Check>

Authentication

AuthorizationBearer

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

Path Parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.
milestoneIdstringRequiredformat: "uuid"
The id of the milestone template.

Response

OK