Remove Audited Organization from the User
DELETE /v2/users/:guid/audited_organizations/:audited_organization_guid
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
Request
Headers
Route
DELETE /v2/users/uaa-id-171/audited_organizations/2a7bce86-887b-4f01-be1e-a5bbb0f57ee4
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-171/audited_organizations/2a7bce86-887b-4f01-be1e-a5bbb0f57ee4" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3MiIsImVtYWlsIjoiZW1haWwtMTI2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.bzIHV_yUuYZIXTGjTvF4n9OWKvMQgF9Y4DfWsgdly6Q" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-171",
"url": "/v2/users/uaa-id-171",
"created_at": "2015-01-27T19:14:33Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "d76b8f71-ac48-4b81-bca3-44224acdb45d",
"default_space_url": "/v2/spaces/d76b8f71-ac48-4b81-bca3-44224acdb45d",
"spaces_url": "/v2/users/uaa-id-171/spaces",
"organizations_url": "/v2/users/uaa-id-171/organizations",
"managed_organizations_url": "/v2/users/uaa-id-171/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-171/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-171/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-171/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-171/audited_spaces"
}
}