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-189/billing_managed_organizations/2d7d52d8-23fd-4030-8e76-de3768fdcaca

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

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-189/billing_managed_organizations/2d7d52d8-23fd-4030-8e76-de3768fdcaca" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5MCIsImVtYWlsIjoiZW1haWwtMTQ5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzUxMDI4NTN9.Hm27o_qUDzvRRej4aRhTVWj6JtX6qAqWhd_DXr-FEKA" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-189",
    "url": "/v2/users/uaa-id-189",
    "created_at": "2015-06-16T23:40:53Z",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "a04d9b81-8838-4f55-93da-dc901cad4218",
    "default_space_url": "/v2/spaces/a04d9b81-8838-4f55-93da-dc901cad4218",
    "spaces_url": "/v2/users/uaa-id-189/spaces",
    "organizations_url": "/v2/users/uaa-id-189/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-189/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-189/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-189/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-189/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-189/audited_spaces"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: de2a29fc-f7f6-4475-8e10-98ea46d58d41
Content-Length: 845
X-Content-Type-Options: nosniff