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

Route

DELETE /v2/users/uaa-id-116/billing_managed_organizations/885ef71b-e00e-41ca-8803-b63644059658

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-116/billing_managed_organizations/885ef71b-e00e-41ca-8803-b63644059658" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExNyIsImVtYWlsIjoiZW1haWwtOTdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNjUyNjcwMn0.R7OEG7RIBESfxDDN9nGRpMgfAsXn-XaJj9yLQ1yjfJ0" \
	-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: 83268335-bd72-4327-bc0d-e67f4f9b68ff
Content-Length: 850
X-Content-Type-Options: nosniff

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-116",
    "url": "/v2/users/uaa-id-116",
    "created_at": "2014-11-13T23:38:22+00:00",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "58b7f7e1-6764-498b-8325-458ff7c180af",
    "default_space_url": "/v2/spaces/58b7f7e1-6764-498b-8325-458ff7c180af",
    "spaces_url": "/v2/users/uaa-id-116/spaces",
    "organizations_url": "/v2/users/uaa-id-116/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-116/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-116/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-116/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-116/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-116/audited_spaces"
  }
}