Skip to main content
DELETE
/
api
/
management
/
projects
/
{project}
/
hierarchy
/
detach-child
/
{child}
Remover a relação de hierarquia entre um projeto pai e seu projeto filho
curl --request DELETE \
  --url https://api.olie.ai/api/management/projects/{project}/hierarchy/detach-child/{child} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required
child
string
required

Response

200

200