can I get api to delete child issues
Hi @shrey gupta
There is not specific endpoint to delete child issues. Only an endpoint to simply delete an issue:
DELETE /rest/api/3/issue/{issueIdOrKey}
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-delete
It looks like you're new here. Sign in or register to get started.