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

Route

DELETE /v2/users/uaa-id-313/billing_managed_organizations/bd267ce8-4bce-44da-b410-c41e1aec147f

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-313/billing_managed_organizations/bd267ce8-4bce-44da-b410-c41e1aec147f" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxNCIsImVtYWlsIjoiZW1haWwtMjMxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTk5ODk5Nzd9.0zqX4yvApZU5cDsn0MJmJ3bCucDHB3TpngCffAw0T7k" \
	-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: 7c638f52-a339-4647-9757-e5a9607da66a
Content-Length: 850
X-Content-Type-Options: nosniff

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-313",
    "url": "/v2/users/uaa-id-313",
    "created_at": "2014-12-24T01:39:37+00:00",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "06ac61fc-3f9b-44a4-bf04-1bd8e4e8affe",
    "default_space_url": "/v2/spaces/06ac61fc-3f9b-44a4-bf04-1bd8e4e8affe",
    "spaces_url": "/v2/users/uaa-id-313/spaces",
    "organizations_url": "/v2/users/uaa-id-313/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-313/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-313/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-313/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-313/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-313/audited_spaces"
  }
}