Home
Version 3
Users API

Users API

Remove Billing Managed Organization from the User

DELETE /v2/users/:guid/billing_managed_organizations/:billing_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.eyJ1c2VyX2lkIjoidWFhLWlkLTE3OCIsImVtYWlsIjoiZW1haWwtMTI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.xP_YeOK4QFsY0KHN0UTn1FlJhdfp07SFFmlQYJFVvHc
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

Route

DELETE /v2/users/uaa-id-177/billing_managed_organizations/546d0f2d-b088-47a6-9580-226b17f1573f

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-177/billing_managed_organizations/546d0f2d-b088-47a6-9580-226b17f1573f" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3OCIsImVtYWlsIjoiZW1haWwtMTI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.xP_YeOK4QFsY0KHN0UTn1FlJhdfp07SFFmlQYJFVvHc" \
	-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: 93b594ae-9146-4981-b1b7-55d4e770338d
Content-Length: 845
X-Content-Type-Options: nosniff

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-177",
    "url": "/v2/users/uaa-id-177",
    "created_at": "2015-01-27T19:14:33Z",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "87bcf727-7809-450a-a037-25f8a37d4de2",
    "default_space_url": "/v2/spaces/87bcf727-7809-450a-a037-25f8a37d4de2",
    "spaces_url": "/v2/users/uaa-id-177/spaces",
    "organizations_url": "/v2/users/uaa-id-177/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-177/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-177/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-177/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-177/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-177/audited_spaces"
  }
}