Remove Managed Space from the User
DELETE /v2/users/:guid/managed_spaces/:managed_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-150/managed_spaces/e3b3f0d1-13e2-4ec7-81d5-810978b5ba64
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-150/managed_spaces/e3b3f0d1-13e2-4ec7-81d5-810978b5ba64" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1MSIsImVtYWlsIjoiZW1haWwtMTE3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzJ9.iDip4msTSw20qb5sAAYu72ma-Z9nWw4QwfF5MGtYGZU" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-150",
"url": "/v2/users/uaa-id-150",
"created_at": "2015-01-27T19:14:32Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "83dedd6d-437d-46a4-b272-9e0c237d869d",
"default_space_url": "/v2/spaces/83dedd6d-437d-46a4-b272-9e0c237d869d",
"spaces_url": "/v2/users/uaa-id-150/spaces",
"organizations_url": "/v2/users/uaa-id-150/organizations",
"managed_organizations_url": "/v2/users/uaa-id-150/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-150/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-150/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-150/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-150/audited_spaces"
}
}