Disassociate User with the Organization by Username
DELETE v2/organizations/:guid/users
Request
Route
DELETE v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/users
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": "user@example.com"
}
Headers
cURL
curl "https://api.[your-domain.com]v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/users" -d '{
"username": "user@example.com"
}' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzOSIsImVtYWlsIjoiZW1haWwtMjM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQ3ODI5NDF9.W119RzLGKr5B6yZ4692x90j7w_cDNvzoTVxJusdyHgw" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "a6a5d253-8ade-4d52-bbca-ca855750fea4",
"url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4",
"created_at": "2015-10-07T00:35:41Z",
"updated_at": null
},
"entity": {
"name": "name-2137",
"billing_enabled": false,
"quota_definition_guid": "64ffce5c-1b33-4dba-b5b7-6ee9a7947081",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/64ffce5c-1b33-4dba-b5b7-6ee9a7947081",
"spaces_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/spaces",
"domains_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/domains",
"private_domains_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/private_domains",
"users_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/users",
"managers_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/managers",
"billing_managers_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/billing_managers",
"auditors_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/auditors",
"app_events_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/app_events",
"space_quota_definitions_url": "/v2/organizations/a6a5d253-8ade-4d52-bbca-ca855750fea4/space_quota_definitions"
}
}
Headers