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.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MCIsImVtYWlsIjoiZW1haWwtMTkyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjV9.D90keyNQujzy8UVJq5578NOVNE6rnjvvZPTADpiG_9A
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

Route

DELETE /v2/users/uaa-id-239/billing_managed_organizations/c51f9f5e-d5ff-4096-9a46-e13d0bd5f727

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-239/billing_managed_organizations/c51f9f5e-d5ff-4096-9a46-e13d0bd5f727" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MCIsImVtYWlsIjoiZW1haWwtMTkyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTc0NjIzNjV9.D90keyNQujzy8UVJq5578NOVNE6rnjvvZPTADpiG_9A" \
	-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: 262abb59-e3a4-45b1-9367-8097b67540bc
Content-Length: 850
X-Content-Type-Options: nosniff

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-239",
    "url": "/v2/users/uaa-id-239",
    "created_at": "2014-11-24T19:32:45+00:00",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "6cf414c4-65ef-40c4-9991-01bdb63942ed",
    "default_space_url": "/v2/spaces/6cf414c4-65ef-40c4-9991-01bdb63942ed",
    "spaces_url": "/v2/users/uaa-id-239/spaces",
    "organizations_url": "/v2/users/uaa-id-239/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-239/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-239/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-239/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-239/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-239/audited_spaces"
  }
}