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-110/audited_organizations/ed0d7ac8-b8ff-4483-83cf-23f173d5755f
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-110/audited_organizations/ed0d7ac8-b8ff-4483-83cf-23f173d5755f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExMSIsImVtYWlsIjoiZW1haWwtOTRAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNjUyNjcwMn0.9OsrQYRMKtVqM6DNWuzy2yauBVa0ES198AebVPLrccg" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-110",
"url": "/v2/users/uaa-id-110",
"created_at": "2014-11-13T23:38:22+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "4ab7023e-0c7b-4f46-aba4-2e86c449a2e6",
"default_space_url": "/v2/spaces/4ab7023e-0c7b-4f46-aba4-2e86c449a2e6",
"spaces_url": "/v2/users/uaa-id-110/spaces",
"organizations_url": "/v2/users/uaa-id-110/organizations",
"managed_organizations_url": "/v2/users/uaa-id-110/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-110/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-110/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-110/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-110/audited_spaces"
}
}