Deletes a milestone for the given project template.

<Check title="Required Permissions">The user must be an admin or have `project-manage-config:write` permissions.</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

No Content