Home
Version 3
Users API

Users API

Remove Managed Organization from the User

DELETE /v2/users/:guid/managed_organizations/:managed_organization_guid

Fields

Name Description Default Valid Values Example Values

Parameters

Name Description Valid Values Example Values
guid The guid of the User

Request

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMCIsImVtYWlsIjoiZW1haWwtMTc3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjR9.ycFkwJrqvlWBBTLfWvWduWYB364AzAacQzUuHj86pCM
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

Route

DELETE /v2/users/uaa-id-208/managed_organizations/fbcc1401-bf38-4244-8863-d79d84d65631

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-208/managed_organizations/fbcc1401-bf38-4244-8863-d79d84d65631" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMCIsImVtYWlsIjoiZW1haWwtMTc3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjR9.ycFkwJrqvlWBBTLfWvWduWYB364AzAacQzUuHj86pCM" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: d137fd64-2cec-48da-b4bc-45b0a45cbf98
Content-Length: 850
X-Content-Type-Options: nosniff

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-208",
    "url": "/v2/users/uaa-id-208",
    "created_at": "2014-11-24T19:32:44+00:00",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "b8cea12b-272f-4e52-9371-4e2db9c48072",
    "default_space_url": "/v2/spaces/b8cea12b-272f-4e52-9371-4e2db9c48072",
    "spaces_url": "/v2/users/uaa-id-208/spaces",
    "organizations_url": "/v2/users/uaa-id-208/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-208/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-208/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-208/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-208/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-208/audited_spaces"
  }
}