Remove Billing Manager from the Organization
DELETE /v2/organizations/:guid/billing_managers/:billing_manager_guid
Request
Route
DELETE /v2/organizations/deac1a15-16cd-4c10-97da-2c97988e8398/billing_managers/uaa-id-294
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/deac1a15-16cd-4c10-97da-2c97988e8398/billing_managers/uaa-id-294" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5NSIsImVtYWlsIjoiZW1haWwtMjIwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTY0NTIyNDB9.qNcoQmJ-ow-U7wiESBLFAHK3Pr8ROPTuMlgIBsGMtZY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers