Remove Space from the User
DELETE /v2/users/:guid/spaces/: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-104/spaces/b2f5378d-ce50-49bd-90c0-2b514c513b6a
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-104/spaces/b2f5378d-ce50-49bd-90c0-2b514c513b6a" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwNSIsImVtYWlsIjoiZW1haWwtOTFAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNjUyNjcwMn0.PM-XJie8_yFsl3Xkt9_LtGOiluY_g7xxUVLCOe5Nu_0" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-104",
"url": "/v2/users/uaa-id-104",
"created_at": "2014-11-13T23:38:22+00:00",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "efd4cc6f-19b0-4b62-980d-84a448a7e4f8",
"default_space_url": "/v2/spaces/efd4cc6f-19b0-4b62-980d-84a448a7e4f8",
"spaces_url": "/v2/users/uaa-id-104/spaces",
"organizations_url": "/v2/users/uaa-id-104/organizations",
"managed_organizations_url": "/v2/users/uaa-id-104/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-104/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-104/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-104/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-104/audited_spaces"
}
}