Remove Space from the User
DELETE /v2/users/:guid/spaces/:space_guid
Request
Route
DELETE /v2/users/uaa-id-28/spaces/0c773100-b9a6-40b6-97a1-28319204d186
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
space_guid
|
The guid of the space
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-28/spaces/0c773100-b9a6-40b6-97a1-28319204d186" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5IiwiZW1haWwiOiJlbWFpbC0xNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM2ODI5Nzc0fQ.LBs2G-oNFLzrMTbAIq6dFiNxQ41RvENV2MkqGWQdjkE" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "uaa-id-28",
"url": "/v2/users/uaa-id-28",
"created_at": "2015-07-06T23:22:54Z",
"updated_at": null
},
"entity": {
"admin": false,
"active": false,
"default_space_guid": "86288869-8291-4f98-bf3a-c39b5a8f48e5",
"default_space_url": "/v2/spaces/86288869-8291-4f98-bf3a-c39b5a8f48e5",
"spaces_url": "/v2/users/uaa-id-28/spaces",
"organizations_url": "/v2/users/uaa-id-28/organizations",
"managed_organizations_url": "/v2/users/uaa-id-28/managed_organizations",
"billing_managed_organizations_url": "/v2/users/uaa-id-28/billing_managed_organizations",
"audited_organizations_url": "/v2/users/uaa-id-28/audited_organizations",
"managed_spaces_url": "/v2/users/uaa-id-28/managed_spaces",
"audited_spaces_url": "/v2/users/uaa-id-28/audited_spaces"
}
}
Headers