Remove Billing Manager from the Organization
DELETE /v2/organizations/:guid/billing_managers/:billing_manager_guid
Request
Route
DELETE /v2/organizations/6b5e7597-29c4-4311-b4fb-b254a944a789/billing_managers/uaa-id-72
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/6b5e7597-29c4-4311-b4fb-b254a944a789/billing_managers/uaa-id-72" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTczIiwiZW1haWwiOiJlbWFpbC01MUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA2fQ.xWdmc5hP9TrMddGWCScE4sW8xUyystsyv6ZX_ao1iWE" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers