Remove Billing Manager from the Organization
DELETE /v2/organizations/:guid/billing_managers/:billing_manager_guid
Request
Route
DELETE /v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/billing_managers/uaa-id-89
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
billing_manager_guid
|
The guid of the user
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/billing_managers/uaa-id-89" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkwIiwiZW1haWwiOiJlbWFpbC01MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQxNjYyNTk3fQ.hs9TXq8OEeYqZQ6bRTHqEdspWO7STlZNH1Y2-waBEHo" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "491e124d-b20c-4c86-a3d6-29bde179cf99",
"url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99",
"created_at": "2015-08-31T21:49:57Z",
"updated_at": null
},
"entity": {
"name": "name-300",
"billing_enabled": false,
"quota_definition_guid": "4f5e7c79-0ea4-43bf-8df1-3573783b5dd2",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/4f5e7c79-0ea4-43bf-8df1-3573783b5dd2",
"spaces_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/spaces",
"domains_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/domains",
"private_domains_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/private_domains",
"users_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/users",
"managers_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/managers",
"billing_managers_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/billing_managers",
"auditors_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/auditors",
"app_events_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/app_events",
"space_quota_definitions_url": "/v2/organizations/491e124d-b20c-4c86-a3d6-29bde179cf99/space_quota_definitions"
}
}
Headers