0

I could not find any talk about this feature in Gitlab documentation

I tried to do it, but got a 405 error code.

Is anybody knows how to do that ?

thanks.

Tony Chemit
  • 1,175
  • 4
  • 14
  • 30

1 Answers1

1

Well, if it's not listed there, you can't remove it with API. But you can close the milestone with

PUT /projects/:id/milestones/:milestone_id

passing state_event as close.

Piotr Dawidiuk
  • 2,961
  • 1
  • 24
  • 33