Disassociate Billing Manager with the Organization by Username
DELETE v2/organizations/:guid/billing_managers
Request
Route
DELETE v2/organizations/7a29a02c-2a49-49a9-9ef0-19640ce62bb2/billing_managers
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
username
|
The user's name
|
|
|
|
{
"username": "billing_manager@example.com"
}
Headers
cURL
curl "https://api.[your-domain.com]v2/organizations/7a29a02c-2a49-49a9-9ef0-19640ce62bb2/billing_managers" -d '{
"username": "billing_manager@example.com"
}' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MSIsImVtYWlsIjoiZW1haWwtMjUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2MzF9.FhAR7qdIi2vnLb5k-OLYRVVFOq6kuZquvIPsGytOWUs" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers