Remove Audited Space from the User
DELETE /v2/users/:guid/audited_spaces/:audited_space_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-27/audited_spaces/a252939e-238e-466d-a424-d9e5b67b29b8
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-27/audited_spaces/a252939e-238e-466d-a424-d9e5b67b29b8" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4IiwiZW1haWwiOiJlbWFpbC0xOUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MzEwMTIwfQ.WWyHOWKU9KoZvSQ4QZZ571U5NgEqJadphU-tsJyTtik" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-27",
"url": "/v2/users/uaa-id-27",
"created_at": "2015-02-12T01:42:00Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "5d08580c-ab42-4266-8d06-1659732903d3",
"default_space_url": "/v2/spaces/5d08580c-ab42-4266-8d06-1659732903d3",
"spaces_url": "/v2/users/uaa-id-27/spaces",
"organizations_url": "/v2/users/uaa-id-27/organizations",
"managed_organizations_url": "/v2/users/uaa-id-27/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-27/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-27/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-27/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-27/audited_spaces"
}
}