issues
Remove a child from an issue group Removes one child issue. An issue group must retain at least one child.
Rate limit: 120 requests per minute
delete/issue-groups/{issue_group_id}/children/{child_issue_id}
Path parameters
issue_group_idstring required
The ID of the issue group.
child_issue_idstring required
The ID of the child issue to remove.
Response
Changes
Changed in 2 of the 22 revisions of this API.2
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○