Delete a planning increment by id
DELETE /io/increment/:incrementId
Delete a planning increment by id.
Requires the Account Administrator or Team Organizer account role.
Example Request
curl -X DELETE https://myaccount.leankit.com/io/series/394206946/increment/99343503 \ -H 'Authorization: Basic base64encodedauthhere'
Example Successful Response
204 No Content