Update Org Remove Parent Relationship from Child

Remove the parent from the organization

Request
Security:
vc-security
path Parameters
childId
required
string
query Parameters
parentId
required
string
type
required
string (OrgRelationType)
Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
Request Body schema: application/json
Array
name
string
prefix
string
value
string
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/unparent/{childId}
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "message": "Error searching orgs",
  • "status": 502,
  • "error": "Bad Gateway",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/org-service/v1"
}