Update Org to Remove Relationship type

Remove the core self relationship for the various types

Request
Security:
vc-security
path Parameters
orgId
required
string
query Parameters
type
required
string (OrgRelationType)
Enum: "ORG" "SPONSOR" "MERCHANT" "REPORT" "RESELLER"
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/unself/{orgId}
Request samples
curl -i -X POST \
  'http://localhost:8092/org-service/v1/org/unself/{orgId}?type=ORG' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "message": "Error searching orgs",
  • "status": 502,
  • "error": "Bad Gateway",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/org-service/v1"
}