Delete cycle work item
DELETE/api/v1/workspaces/:slug/projects/:project_id/cycles/:cycle_id/cycle-issues/:issue_id/
Remove a work item from a cycle while keeping the work item in the project.
Request
Responses
- 204
- 401
- 403
- 404
Resource deleted successfully
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.