Remove User from the Organization
DELETE /v2/organizations/:guid/users/:user_guid
Request
Route
DELETE /v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/users/uaa-id-181
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
user_guid
|
The guid of the user
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/users/uaa-id-181" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MiIsImVtYWlsIjoiZW1haWwtMTA0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDQyNjA2NDJ9.iRvt2BWayiBs-PTxzqs8VeHCUSL5GtKin7Eu7vJdPZQ" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "6514c492-e109-433f-ad5e-b8ed7fa6218c",
"url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c",
"created_at": "2015-09-30T23:30:42Z",
"updated_at": null
},
"entity": {
"name": "name-1286",
"billing_enabled": false,
"quota_definition_guid": "8aa5fe7e-a8e3-4ca7-a614-b6c37c4a249a",
"status": "active",
"quota_definition_url": "/v2/quota_definitions/8aa5fe7e-a8e3-4ca7-a614-b6c37c4a249a",
"spaces_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/spaces",
"domains_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/domains",
"private_domains_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/private_domains",
"users_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/users",
"managers_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/managers",
"billing_managers_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/billing_managers",
"auditors_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/auditors",
"app_events_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/app_events",
"space_quota_definitions_url": "/v2/organizations/6514c492-e109-433f-ad5e-b8ed7fa6218c/space_quota_definitions"
}
}
Headers