cURL
curl --request DELETE \ --url https://api.olie.ai/api/management/projects/{project}/hierarchy/detach-child/{child} \ --header 'Authorization: Bearer <token>'
Remove a relação de hierarquia entre um projeto pai e seu projeto filho, promovendo o filho para o nível raiz.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?