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

Request

Route

DELETE /v2/users/uaa-id-325/billing_managed_organizations/a23bed76-4863-469f-83e6-db6dda09cc3d

Parameters

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

Body

Name Description Default Valid Values Example Values

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyNiIsImVtYWlsIjoiZW1haWwtMjYwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5OTh9.fw-BkUW452-XWwrx3EmjBcmsRwkQNmHsFzWW9nMQTds
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-325/billing_managed_organizations/a23bed76-4863-469f-83e6-db6dda09cc3d" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMyNiIsImVtYWlsIjoiZW1haWwtMjYwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5OTh9.fw-BkUW452-XWwrx3EmjBcmsRwkQNmHsFzWW9nMQTds" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-325",
    "url": "/v2/users/uaa-id-325",
    "created_at": "2015-05-21T01:03:18Z",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "173e2c20-311e-4aa9-ada5-32bfd6e93647",
    "default_space_url": "/v2/spaces/173e2c20-311e-4aa9-ada5-32bfd6e93647",
    "spaces_url": "/v2/users/uaa-id-325/spaces",
    "organizations_url": "/v2/users/uaa-id-325/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-325/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-325/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-325/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-325/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-325/audited_spaces"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 257c69ad-9d31-4cfa-8de0-cbd2a747a8a5
Content-Length: 845
X-Content-Type-Options: nosniff