Sever a parent edge
DELETE /teams/{id}/parents/{parent_id}
DELETE
/teams/{id}/parents/{parent_id}
Removes the direct edge. The closure-rebuild trigger
recomputes ancestry, dropping any pair only reachable via
the removed edge. Requires teams.admin.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
parent_id
required
string format: uuid
Responses
Section titled “ Responses ”Unlinked
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed