Skip to content

Remove child Projects from parent project

Request

Remove child project from parent project

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

Id of Parent Project

Example:1
Query
childProjectIdsArray of integers, (int32)required

Id of Child Projects

curl -i -X DELETE \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/children?childProjectIds=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK