Milestone›
Milestone
Delete Milestone
Delete a milestone by its ID.
DEL
/api/v1/milestone/{milestone_id}
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/jsonMilestone successfully deleted.
messagestring
Example:
"Milestone deleted successfully"typestring
Example:
"Success"