Skip to main content
MilestoneDelete Milestone
TestMu AI
StatusCommunityBlog
Milestone

Delete Milestone

Delete a milestone by its ID.

DEL
/api/v1/milestone/{milestone_id}
Delete Milestone
curl --request DELETE \
--url "https://test-manager-api.lambdatest.com//api/v1/milestone/{milestone_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Milestone deleted successfully",
"type": "Success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

milestone_idstringrequired

Response

application/json

Milestone successfully deleted.

messagestring
Example: "Milestone deleted successfully"
typestring
Example: "Success"
Delete Milestone
curl --request DELETE \
--url "https://test-manager-api.lambdatest.com//api/v1/milestone/{milestone_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Milestone deleted successfully",
"type": "Success"
}